diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 18:59:46 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 18:59:46 +0000 |
commit | 22a6c09b599b06bfea0c485e182844c9077e8536 (patch) | |
tree | 295561e3ea959fbcf33cb47b382dd4fcda9aacb2 /packages/sphinx/sphinxbase_0.3.bb | |
parent | 8aa18f979e3ae6014e8303fcd2196e22e8f713df (diff) |
add sphinx, a full text indexer
Diffstat (limited to 'packages/sphinx/sphinxbase_0.3.bb')
-rw-r--r-- | packages/sphinx/sphinxbase_0.3.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/sphinx/sphinxbase_0.3.bb b/packages/sphinx/sphinxbase_0.3.bb deleted file mode 100644 index 2830b9010a..0000000000 --- a/packages/sphinx/sphinxbase_0.3.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Base library for CMU Sphinx speech recognition engines" -HOMEPAGE = "http://www.speech.cs.cmu.edu/pocketsphinx/" -LICENSE = "BSD" - -SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/sphinxbase-${PV}.tar.bz2" - -inherit autotools - -require sphinx-fpu.inc -EXTRA_OECONF += "${@get_sphinx_fpu_setting(bb, d)}" - -do_stage () { - autotools_stage_all -} |