diff options
Diffstat (limited to 'app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild')
-rw-r--r-- | app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild b/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild new file mode 100644 index 000000000000..7d059e16d207 --- /dev/null +++ b/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd-up/speechd-up-0.3_pre20041029.ebuild,v 1.1 2004/10/30 00:37:21 eradicator Exp $ + +IUSE="" + +inherit eutils + +DESCRIPTION="speechup screen reader with software synthesis" +HOMEPAGE="http://www.freebsoft.org/speechd-up" +SRC_URI="http://dev.gentoo.org/~eradicator/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="virtual/libc" +DEPEND="${RDEPEND} + >=sys-devel/automake-1.7.8 + >=sys-devel/autoconf-2.58" + +src_compile() { + econf || die + emake CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" || die +} + +src_install() { + make DESTDIR="${D}" install || die + exeinto /etc/init.d + newexe ${FILESDIR}/speechd-up.rc speechd-up + dodoc README NEWS BUGS +} |