md5=c4559af2366c764c6c42a3fdd40d60d3
sha256=6b5a71790120977a96d5a468ed69987107c5079f14b0a4081f460b3b14fbf952
+[http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.r962.tar.gz]
+md5=406df5cd8ffa096bdb51466691e16b82
+sha256=56cba0e065cdbc11dc74e379af9082b0f8a771ec5984733408c21163a8bea588
+
[http://eciadsl.flashtux.org/download/eciadsl-usermode-0.11.tar.gz]
md5=c3c60c83f6df30021e11da50a699dec9
sha256=2382f315fda4241a0043bac1dfc669f006d8e93e87fa382b263b1672972f4077
--- /dev/null
+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}"
+