summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeedra M. Waters <dmwaters@gentoo.org>2004-03-16 21:06:04 +0000
committerDeedra M. Waters <dmwaters@gentoo.org>2004-03-16 21:06:04 +0000
commit1b7dadb27d169c5c47e0cf5eff100ed12d42ffb3 (patch)
tree812e1144747b318deb1e382710b2498a774de00f /app-accessibility/yasr/yasr-0.6.5.ebuild
parentMoving brltty from sys-apps to app-accessibility (diff)
downloadgentoo-2-1b7dadb27d169c5c47e0cf5eff100ed12d42ffb3.tar.gz
gentoo-2-1b7dadb27d169c5c47e0cf5eff100ed12d42ffb3.tar.bz2
gentoo-2-1b7dadb27d169c5c47e0cf5eff100ed12d42ffb3.zip
Moving yasr from app-misc to app-accessibility
Diffstat (limited to 'app-accessibility/yasr/yasr-0.6.5.ebuild')
-rw-r--r--app-accessibility/yasr/yasr-0.6.5.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-accessibility/yasr/yasr-0.6.5.ebuild b/app-accessibility/yasr/yasr-0.6.5.ebuild
new file mode 100644
index 000000000000..7b165325d624
--- /dev/null
+++ b/app-accessibility/yasr/yasr-0.6.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/yasr/yasr-0.6.5.ebuild,v 1.1 2004/03/16 21:06:04 dmwaters Exp $
+
+DESCRIPTION="Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems."
+HOMEPAGE="http://yasr.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/glibc
+ >=sys-devel/make-3.80
+ >=sys-devel/autoconf-2.58"
+
+src_compile() {
+ econf datadir='/etc' || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README ChangeLog COPYING ABOUT-NLS AUTHORS BUGS CREDITS INSTALL
+}
+