blob: 60b3f73c810ddd3ebb919326d6a75922048d7232 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "eSpeak is a compact open source software speech synthesizer"
2SECTION = "base"
3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://License.txt;md5=cb7a20edb4c9f5f478de6523dcd7362c"
5
Brad Bishopd7bf8c12018-02-25 22:55:05 -05006SRC_URI = "http://downloads.sourceforge.net/espeak/espeak-1.48.04-source.zip \
7 file://gcc-narrowing-warning-fix.patch \
8"
9SRC_URI[md5sum] = "cadd7482eaafe9239546bdc09fa244c3"
10SRC_URI[sha256sum] = "bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12S = "${WORKDIR}/espeak-${PV}-source"
13
14DEPENDS = "portaudio-v19"