aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-multimedia/libspeechd/libspeechd_0.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-multimedia/libspeechd/libspeechd_0.8.bb')
-rw-r--r--meta-linaro/recipes-multimedia/libspeechd/libspeechd_0.8.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-linaro/recipes-multimedia/libspeechd/libspeechd_0.8.bb b/meta-linaro/recipes-multimedia/libspeechd/libspeechd_0.8.bb
new file mode 100644
index 0000000..641d235
--- /dev/null
+++ b/meta-linaro/recipes-multimedia/libspeechd/libspeechd_0.8.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "libspeechd Speech Dispatcher project provides a high-level device independent layer for access to speech synthesis through a simple, stable and well documented interface"
+HOMEPAGE = "http://devel.freebsoft.org/speechd"
+
+LICENSE = ""
+LIC_FILES_CHKSUM = "file://COPYING;md5=5828ebb4b7590269a994ed46b0a70df0"
+
+DEPENDS = "libdotconf espeak"
+
+SRC_URI = "http://devel.freebsoft.org/pub/projects/speechd/speech-dispatcher-${PV}-beta1.tar.gz \
+ file://0023-tgall-espeak-fix-include.patch"
+
+SECTION = "libs"
+
+PR = "r1"
+
+SRC_URI[md5sum] = "96f8067a9796d1682c65925f867c3e7f"
+SRC_URI[sha256sum] = "eb60069f291008717c429aff210afe6075c24b68b8de75fe16d9298e85cbac5c"
+
+S = "${WORKDIR}/speech-dispatcher-${PV}-beta1"
+
+inherit autotools
+