diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-18 18:01:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-18 18:01:32 +0000 |
commit | d6e148309f18b80720dd394c39a6d48a925c48a2 (patch) | |
tree | f047de559d76c0cb08cc186f604bf4cd1a5d5d22 /packages/sphinx/pocketsphinx_0.4.1.bb | |
parent | 284125854fb39564f2e9b625afcc6a59c4367763 (diff) |
sphinx: update to latest release
Diffstat (limited to 'packages/sphinx/pocketsphinx_0.4.1.bb')
-rw-r--r-- | packages/sphinx/pocketsphinx_0.4.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/sphinx/pocketsphinx_0.4.1.bb b/packages/sphinx/pocketsphinx_0.4.1.bb new file mode 100644 index 0000000000..813146ed86 --- /dev/null +++ b/packages/sphinx/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 +} |