aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/espeak/espeak.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/espeak/espeak.inc')
-rw-r--r--recipes/espeak/espeak.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/espeak/espeak.inc b/recipes/espeak/espeak.inc
new file mode 100644
index 0000000000..9a31dfdadd
--- /dev/null
+++ b/recipes/espeak/espeak.inc
@@ -0,0 +1,9 @@
+DESCRIPTION = "eSpeak is a compact open source software speech synthesizer"
+SECTION = "base"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/espeak/espeak-${PV}-source.zip"
+
+S = "${WORKDIR}/espeak-${PV}-source"
+
+DEPENDS = "portaudio-v19"