sphinxbase.mk 714 B

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