diff options
Diffstat (limited to 'media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild')
-rw-r--r-- | media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild b/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild index 4b41ed768ea0..5a6e5bba38a6 100644 --- a/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild +++ b/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild,v 1.4 2003/07/12 20:30:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild,v 1.5 2003/09/07 00:06:03 msterret Exp $ S=${WORKDIR}/${PN} -DESCRIPTION="SphinxTrain - Speech Recognition (Training Module)" +DESCRIPTION="SphinxTrain - Speech Recognition (Training Module)" HOMEPAGE="http://www.speech.cs.cmu.edu/SphinxTrain/" SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz" SLOT="0" @@ -22,7 +22,7 @@ src_compile() { src_install () { dodoc etc/*cfg - dobin bin.*/* + dobin bin.*/* dodoc README dohtml doc/*[txt html sgml] } |