From 05b103fa043460b42b28b84dc61e1c5c8bdfc064 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 14 Sep 2009 16:14:59 +0200 Subject: julius: add demo files from the TI speechrecognizer demo --- recipes/julius/ti-julius-demo_r962.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/julius/ti-julius-demo_r962.bb (limited to 'recipes/julius/ti-julius-demo_r962.bb') diff --git a/recipes/julius/ti-julius-demo_r962.bb b/recipes/julius/ti-julius-demo_r962.bb new file mode 100644 index 0000000000..009a986cd4 --- /dev/null +++ b/recipes/julius/ti-julius-demo_r962.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "TI speech recognizer demo" +LICENSE = "GPL" + +RDEPENDS = "julius" +PACKAGE_ARCH = "all" + +SRC_URI = "http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.${PV}.tar.gz" + +S = "${WORKDIR}/julius_acousticfiles.r962" + +do_install() { + rm ${S}/patches -rf + install -d ${D}${datadir}/ti/julius-demo + cp ${S}/* ${D}${datadir}/ti/julius-demo/ +} + +FILES_${PN} = "${datadir}" + -- cgit v1.2.3