1################################################################################ 2# 3# sphinxbase 4# 5################################################################################ 6 7SPHINXBASE_VERSION = 5prealpha 8SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha 9SPHINXBASE_LICENSE = BSD-2-Clause 10# Note http://sourceforge.net/p/cmusphinx/bugs/441/ "LICENSE file missing in" 11# 5prealpha tarballs". The license is contained in the copyright notice at the 12# top of each source file. For example: 13SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c 14 15SPHINXBASE_DEPENDENCIES = host-bison 16 17SPHINXBASE_CONF_OPTS = --without-python --without-lapack 18 19$(eval $(autotools-package)) 20