chinook-compat: add new toolchain options and stick to util-linux
[openembedded.git] / recipes / julius / ti-julius-demo_r962.bb
blob009a986cd420831f993553f4f618270511649de7
1 DESCRIPTION = "TI speech recognizer demo"
2 LICENSE = "GPL"
4 RDEPENDS = "julius"
5 PACKAGE_ARCH = "all"
7 SRC_URI = "http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.${PV}.tar.gz"
9 S = "${WORKDIR}/julius_acousticfiles.r962"
11 do_install() {
12 rm ${S}/patches -rf
13 install -d ${D}${datadir}/ti/julius-demo
14 cp ${S}/* ${D}${datadir}/ti/julius-demo/
17 FILES_${PN} = "${datadir}"