diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-30 19:43:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-30 19:43:02 +0000 |
commit | ee6dec9d4bd143565846f975279907f4d5df1ece (patch) | |
tree | ca3bcd18cd3912c682dcb00425c009f7b3ed33a4 /app-accessibility/sphinx3/sphinx3-0.6.3.ebuild | |
parent | Version bump #149617 by brad walker. (diff) | |
download | gentoo-2-ee6dec9d4bd143565846f975279907f4d5df1ece.tar.gz gentoo-2-ee6dec9d4bd143565846f975279907f4d5df1ece.tar.bz2 gentoo-2-ee6dec9d4bd143565846f975279907f4d5df1ece.zip |
cleanups
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'app-accessibility/sphinx3/sphinx3-0.6.3.ebuild')
-rw-r--r-- | app-accessibility/sphinx3/sphinx3-0.6.3.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild b/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild index a371915d7e3b..2230b1d88b3d 100644 --- a/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild +++ b/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild,v 1.1 2006/09/30 19:09:59 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx3/sphinx3-0.6.3.ebuild,v 1.2 2006/09/30 19:43:02 vapier Exp $ DESCRIPTION="CMU Speech Recognition engine" HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/" @@ -9,16 +9,12 @@ SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" LICENSE="BSD as-is" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="" -S=${WORKDIR}/${PN}-0.6 - -src_compile() { - econf || die - emake || die -} +S=${WORKDIR}/${PN}-${PV:0:3} src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README cd doc dohtml -r -x CVS s3* s3 *.html |