summaryrefslogtreecommitdiff
path: root/packages/sphinx-speech/sphinxbase_0.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-30 18:59:46 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-30 18:59:46 +0000
commit22a6c09b599b06bfea0c485e182844c9077e8536 (patch)
tree295561e3ea959fbcf33cb47b382dd4fcda9aacb2 /packages/sphinx-speech/sphinxbase_0.1.bb
parent8aa18f979e3ae6014e8303fcd2196e22e8f713df (diff)
add sphinx, a full text indexer
Diffstat (limited to 'packages/sphinx-speech/sphinxbase_0.1.bb')
-rw-r--r--packages/sphinx-speech/sphinxbase_0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/sphinx-speech/sphinxbase_0.1.bb b/packages/sphinx-speech/sphinxbase_0.1.bb
new file mode 100644
index 0000000000..2830b9010a
--- /dev/null
+++ b/packages/sphinx-speech/sphinxbase_0.1.bb
@@ -0,0 +1,14 @@
+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
+}