diff options
author | 2002-11-05 00:13:48 +0000 | |
---|---|---|
committer | 2002-11-05 00:13:48 +0000 | |
commit | 1fb636527922ed21355f3e1e971dcb670a9f3076 (patch) | |
tree | 26ed6e9357acc4f20926ccf01e6674f02617b4e9 /media-sound/sphinx2 | |
parent | kde-3.1_rc2 (diff) | |
download | gentoo-2-1fb636527922ed21355f3e1e971dcb670a9f3076.tar.gz gentoo-2-1fb636527922ed21355f3e1e971dcb670a9f3076.tar.bz2 gentoo-2-1fb636527922ed21355f3e1e971dcb670a9f3076.zip |
Initial package for sphinx2. ~keyworded for testing.
Diffstat (limited to 'media-sound/sphinx2')
-rw-r--r-- | media-sound/sphinx2/ChangeLog | 12 | ||||
-rw-r--r-- | media-sound/sphinx2/files/digest-sphinx2-0.4 | 1 | ||||
-rw-r--r-- | media-sound/sphinx2/sphinx2-0.4.ebuild | 25 |
3 files changed, 38 insertions, 0 deletions
diff --git a/media-sound/sphinx2/ChangeLog b/media-sound/sphinx2/ChangeLog new file mode 100644 index 000000000000..dc4f71f3894c --- /dev/null +++ b/media-sound/sphinx2/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for media-sound/sphinx2 +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header + +*sphinx2-0.4 (4 Nov 2002) + + 4 Nov 2002; Matt Keadle <mkeadle@gentoo.org> sphinx2-0.4.ebuild + files/digest-sphinx2-0.4: + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. Thanks to Rigo Ketelings for submitting this + ebuild. diff --git a/media-sound/sphinx2/files/digest-sphinx2-0.4 b/media-sound/sphinx2/files/digest-sphinx2-0.4 new file mode 100644 index 000000000000..f683553781d4 --- /dev/null +++ b/media-sound/sphinx2/files/digest-sphinx2-0.4 @@ -0,0 +1 @@ +MD5 e6e3b382613e7b253ef9cea726840a5a sphinx2-0.4.tar.gz 6575454 diff --git a/media-sound/sphinx2/sphinx2-0.4.ebuild b/media-sound/sphinx2/sphinx2-0.4.ebuild new file mode 100644 index 000000000000..fda04dd461eb --- /dev/null +++ b/media-sound/sphinx2/sphinx2-0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header + +DESCRIPTION="Sphinx2 - CMU Speech Recognition-engine" +HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/" +MY_P=${P/_/} +S=${WORKDIR}/${MY_P} +SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" +SLOT="0" +LICENSE="BSD as-is" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/glibc" + +src_compile() { + econf || die + emake || die +} + +src_install () { + einstall || die + +} |