diff options
author | 2006-05-19 04:16:15 +0000 | |
---|---|---|
committer | 2006-05-19 04:16:15 +0000 | |
commit | d8302056a92925d257e7d4a6afc8199642acdce3 (patch) | |
tree | f23273464c50c8765d8bca59666134df20a5ec96 /app-accessibility/emacspeak/emacspeak-24.ebuild | |
parent | Stable x86; but #133704 (diff) | |
download | gentoo-2-d8302056a92925d257e7d4a6afc8199642acdce3.tar.gz gentoo-2-d8302056a92925d257e7d4a6afc8199642acdce3.tar.bz2 gentoo-2-d8302056a92925d257e7d4a6afc8199642acdce3.zip |
version bump.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'app-accessibility/emacspeak/emacspeak-24.ebuild')
-rw-r--r-- | app-accessibility/emacspeak/emacspeak-24.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-accessibility/emacspeak/emacspeak-24.ebuild b/app-accessibility/emacspeak/emacspeak-24.ebuild new file mode 100644 index 000000000000..b2ae87001976 --- /dev/null +++ b/app-accessibility/emacspeak/emacspeak-24.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild,v 1.1 2006/05/19 04:16:15 williamh Exp $ + +DESCRIPTION="the emacspeak audio desktop" +HOMEPAGE="http://emacspeak.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +LICENSE="BSD GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +RDEPEND="virtual/emacs + >=dev-tcltk/tclx-8.3" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +S=${WORKDIR}/${P}.0 + +src_compile() { + make config SRC=`pwd` || die + make emacspeak || die +} + +src_install() { + make prefix=${D}/usr install || die + dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT + dohtml -r install-guide user-guide + dosed "s:/.*image/::" /usr/bin/emacspeak +} |