python: fix disabling the SSL module
[buildroot-gz.git] / package / sphinxbase / sphinxbase.mk
blob5c87c89a43bc0ff09f9ca7d0fed6a2ec290638dc
1 ################################################################################
3 # sphinxbase
5 ################################################################################
7 SPHINXBASE_VERSION = 5prealpha
8 SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha
9 SPHINXBASE_LICENSE = BSD-2c
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:
13 SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c
15 SPHINXBASE_DEPENDENCIES = host-bison
17 SPHINXBASE_CONF_OPTS = --without-python --without-lapack
19 $(eval $(autotools-package))