HOMEPAGE = "http://fife.speech.cs.cmu.edu/flite/" DESCRIPTION = "festival light speech synthesizer" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2" S = "${WORKDIR}/flite-${PV}-release" inherit autotools EXTRA_OECONF = "--enable-shared" do_install() { oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install }