diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 19:01:20 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-30 19:01:20 +0000 |
commit | 0538f8803f582c37075ae5e5965098f118a502fe (patch) | |
tree | 472262e5884e0982a96e0e36d5904acb07d24b6d /packages/sphinx-speech/pocketsphinx_0.4.1.bb | |
parent | cca8232cceedb002d25514df8db2953e3598a9cf (diff) | |
parent | 22a6c09b599b06bfea0c485e182844c9077e8536 (diff) |
merge of '29d752d6760fe8971e4d37f73f5bad5ed1b0abd7'
and 'c60a4268168f4df8d07b333ec16af3ae2aed261f'
Diffstat (limited to 'packages/sphinx-speech/pocketsphinx_0.4.1.bb')
-rw-r--r-- | packages/sphinx-speech/pocketsphinx_0.4.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/sphinx-speech/pocketsphinx_0.4.1.bb b/packages/sphinx-speech/pocketsphinx_0.4.1.bb new file mode 100644 index 0000000000..813146ed86 --- /dev/null +++ b/packages/sphinx-speech/pocketsphinx_0.4.1.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "CMU PocketSphinx - speech recognition engine for handhelds" +HOMEPAGE = "http://www.speech.cs.cmu.edu/pocketsphinx/" +LICENSE = "BSD" +DEPENDS = "sphinxbase" + +SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/${PN}-${PV}.tar.bz2 \ + file://cross-compile.patch;patch=1" + +inherit autotools + +do_configure () { + CPPFLAGS="-I${STAGING_INCDIR}/sphinxbase" oe_runconf +} |