63ee560d2f
CMUSphinx toolkit is a speech recognition toolkit with various tools used to build speech applications. CMU Sphinx toolkit has a number of packages for different tasks and applications. The toolkit is designed for use on mobile platforms. Signed-off-by: Jonathan Ben-Avraham <yba@tkos.co.il> [Thomas: - license is BSD-2c, not MIT - add --without-lapack] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
669 B
Makefile
17 lines
669 B
Makefile
################################################################################
|
|
#
|
|
# sphinxbase
|
|
#
|
|
################################################################################
|
|
|
|
SPHINXBASE_VERSION = 5prealpha
|
|
SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha
|
|
SPHINXBASE_LICENSE = BSD-2c
|
|
# Note http://sourceforge.net/p/cmusphinx/bugs/441/ "LICENSE file missing in"
|
|
# 5prealpha tarballs". The license is contained in the copyright notice at the
|
|
# top of each source file. For example:
|
|
SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c
|
|
SPHINXBASE_CONF_OPTS = --without-python --without-lapack
|
|
|
|
$(eval $(autotools-package))
|