[Lunar-commits] <moonbase-other> pocketsphinx: introduce 'pocket' library of CMU Sphinx to -other
v4hn
me at v4hn.de
Fri Jan 18 00:22:44 CET 2013
commit 1c239c8d033ac12a4ab703ef9fb3d24cc1ea7027
Author: v4hn <me at v4hn.de>
Date: Thu, 17 Jan 2013 15:22:44 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/1c239c8d033ac12a4ab703ef9fb3d24cc1ea7027
pocketsphinx: introduce 'pocket' library of CMU Sphinx to -other
---
science/sphinx/pocketsphinx/BUILD | +9/-0
science/sphinx/pocketsphinx/DEPENDS | +1/-0
science/sphinx/pocketsphinx/DETAILS | +14/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/science/sphinx/pocketsphinx/BUILD
@@ -0,0 +1,9 @@
+(
+
+ # they got no install rules for the docs anyway
+ # build it yourself, if you need it
+ OPTS+=" HAVE_DOXYGEN=no" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/sphinx/pocketsphinx/DEPENDS
@@ -0,0 +1 @@
+depends sphinxbase
--- /dev/null
+++ b/science/sphinx/pocketsphinx/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=pocketsphinx
+ VERSION=0.8
+ SOURCE=${MODULE}-$VERSION.tar.gz
+ SOURCE_URL=${SFORGE_URL}/cmusphinx/${MODULE}/$VERSION/
+ SOURCE_VFY=sha1:d9efdd0baddd2e47c2ba559caaca62ffa0c0eede
+ WEB_SITE=http://cmusphinx.sourceforge.net
+ ENTERED=20130111
+ UPDATED=20130111
+ SHORT="small speech recognision library"
+
+cat << EOF
+This is a small recognizer library written in C,
+which is part of the CMU Sphinx project.
+EOF
More information about the Lunar-commits
mailing list