From e469fe7ee17dc46682cb069345523971292e53c2 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 16 Oct 2006 17:31:13 +0000 Subject: pocketsphinx 0.2.1: New version. * 0.2 is removed, as it contained bug which likely precluded it to work correctly at all. --- packages/sphinx/pocketsphinx_0.2.1.bb | 13 +++++++++++++ packages/sphinx/pocketsphinx_0.2.bb | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 packages/sphinx/pocketsphinx_0.2.1.bb delete mode 100644 packages/sphinx/pocketsphinx_0.2.bb (limited to 'packages/sphinx') diff --git a/packages/sphinx/pocketsphinx_0.2.1.bb b/packages/sphinx/pocketsphinx_0.2.1.bb new file mode 100644 index 0000000000..813146ed86 --- /dev/null +++ b/packages/sphinx/pocketsphinx_0.2.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 +} diff --git a/packages/sphinx/pocketsphinx_0.2.bb b/packages/sphinx/pocketsphinx_0.2.bb deleted file mode 100644 index 6b71d2b265..0000000000 --- a/packages/sphinx/pocketsphinx_0.2.bb +++ /dev/null @@ -1,13 +0,0 @@ -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/pocketsphinx-0.2.tar.bz2 \ - file://cross-compile.patch;patch=1" - -inherit autotools - -do_configure () { - CPPFLAGS="-I${STAGING_INCDIR}/sphinxbase" oe_runconf -} -- cgit v1.2.3