DESCRIPTION = "Speech Dispatcher is a high-level device independent layer \ for speech synthesis through a simple, stable and well documented interface." HOMEPAGE = "http://www.freebsoft.org/speechd/" LICENSE = "GPLv2" DEPENDS = "espeak flite pulseaudio libdotconf glib-2.0" RPROVIDES_${PN} += "speechd" PR = "r1" inherit autotools update-rc.d SRC_URI = "http://www.freebsoft.org/pub/projects/speechd/${PN}-${PV}.tar.gz \ file://speech-dispatcher.init \ file://srcMakefile.am.patch \ file://configure_fix.patch \ file://configSpeechd.conf.in_00.patch" LEAD_SONAME = "libspeechd.so" EXTRA_OECONF = " --with-espeak --with-flite --without-ibmtts --without-nas --with-alsa --with-pulse " INITSCRIPT_NAME = "speech-dispatcher" INITSCRIPT_PARAMS = "defaults 45" do_install() { install -d ${D}${bindir} install -d ${D}${includedir} install -d ${D}${libdir}/${PN}-modules install -d ${D}${sysconfdir} install -d ${D}${sysconfdir}/init.d install -d ${D}${sysconfdir}/speech-dispatcher install -d ${D}${sysconfdir}/speech-dispatcher/modules oe_libinstall -so -C src/audio libsdaudio ${D}${libdir} oe_libinstall -so -C src/c/api libspeechd ${D}${libdir} install -m 0644 ${S}/src/c/api/libspeechd.h ${D}${includedir} install -m 0755 ${S}/src/c/clients/say/.libs/spd-say ${D}${bindir} install -m 0755 ${S}/src/server/.libs/speech-dispatcher ${D}${bindir} install -m 0755 ${S}/src/modules/.libs/sd_* ${D}${libdir}/${PN}-modules/ install -m 0644 ${S}/config/speechd.conf ${D}${sysconfdir}/speech-dispatcher install -m 0644 ${S}/config/modules/*.conf ${D}${sysconfdir}/speech-dispatcher/modules install -m 0755 ${WORKDIR}/speech-dispatcher.init ${D}${sysconfdir}/init.d/speech-dispatcher } do_stage() { install -m 0644 ${S}/src/c/api/libspeechd.h ${STAGING_INCDIR} oe_libinstall -so -C src/c/api libspeechd ${STAGING_LIBDIR} } PACKAGES =+ "libspeechd-dbg libspeechd libspeechd-dev" FILES_${PN} += "${libdir}/${PN}-modules/*" FILES_${PN}-dbg += "${libdir}/${PN}-modules/.debug" FILES_libspeechd += "${libdir}/libspeechd.so.*" FILES_libspeechd-dev += "${libdir}/libspeechd* ${includedir}" FILES_libspeechd-dbg += "${libdir}/.debug/libspeechd*" SRC_URI[md5sum] = "bbd7ebc5b0f1b3ec4d89ad66b20d5cea" SRC_URI[sha256sum] = "c664ee801d1bc0500ae75739fa98bcc8ad410474c98a6757d3d1ee24a8241462"