diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-11-06 02:16:44 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-11-06 02:16:44 +0000 |
commit | 2117cd7fcaa9807959ffb519a708c4e7c6577748 (patch) | |
tree | 0140575a9521c4fbd5aa213c623f31351c4e0dfb /media-sound/SphinxTrain | |
parent | Initial import of rwbs. ~keyworded for testing by more knowledgable users. (diff) | |
download | gentoo-2-2117cd7fcaa9807959ffb519a708c4e7c6577748.tar.gz gentoo-2-2117cd7fcaa9807959ffb519a708c4e7c6577748.tar.bz2 gentoo-2-2117cd7fcaa9807959ffb519a708c4e7c6577748.zip |
Initial import of SphinxTrain. ~keyworded for testing.
Diffstat (limited to 'media-sound/SphinxTrain')
-rw-r--r-- | media-sound/SphinxTrain/ChangeLog | 12 | ||||
-rw-r--r-- | media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild | 35 | ||||
-rw-r--r-- | media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1 | 1 |
3 files changed, 48 insertions, 0 deletions
diff --git a/media-sound/SphinxTrain/ChangeLog b/media-sound/SphinxTrain/ChangeLog new file mode 100644 index 000000000000..4451cb42a774 --- /dev/null +++ b/media-sound/SphinxTrain/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for media-sound/SphinxTrain +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header + +*SphinxTrain-0.9.1 (5 Nov 2002) + + 5 Nov 2002; Matt Keadle <mkeadle@gentoo.org> SphinxTrain-0.9.1.ebuild + ChangeLog files/digest-SphinxTrain-0.9.1 : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. Many, many thanks to Rigo Ketelings for creating this + ebuild. diff --git a/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild b/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild new file mode 100644 index 000000000000..04aac96925d3 --- /dev/null +++ b/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +S=${WORKDIR}/${PN} +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" +LICENSE="BSD as-is" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc + media-sound/sphinx2 + media-sound/festival" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install () { + dodoc etc/*cfg + dobin bin.*/* + dodoc README + dohtml doc/*[txt html sgml] +} + +pkg_postinst() { + einfo + einfo "Detailed usage and training instructions can be found at" + einfo "http://www.speech.cs.cmu.edu/SphinxTrain/" + einfo +} diff --git a/media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1 b/media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1 new file mode 100644 index 000000000000..c81ba7bd1291 --- /dev/null +++ b/media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1 @@ -0,0 +1 @@ +MD5 6608b0496e7483e6997aff6b23a4f2c6 SphinxTrain-0.9.1-beta.tar.gz 469617 |