aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sphinx/sphinxbase_0.1.bb
blob: 1ee41cc485a59d9a012b48106ecd36eee7b8566b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Base library for CMU Sphinx speech recognition engines"
HOMEPAGE = "http://www.speech.cs.cmu.edu/pocketsphinx/"
LICENSE = "BSD"

SRC_URI = "${SOURCEFORGE_MIRROR}/cmusphinx/sphinxbase-0.1.tar.bz2"

inherit autotools

EXTRA_OECONF = "--enable-fixed"

do_stage () {
    autotools_stage_all
}