aboutsummaryrefslogtreecommitdiffstats
path: root/flite/flite_1.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'flite/flite_1.2.oe')
-rw-r--r--flite/flite_1.2.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/flite/flite_1.2.oe b/flite/flite_1.2.oe
index e69de29bb2..b0d296ba89 100644
--- a/flite/flite_1.2.oe
+++ b/flite/flite_1.2.oe
@@ -0,0 +1,16 @@
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+RDEPENDS=libc6
+DEPENDS=virtual/libc
+
+SRC_URI=http://www.speech.cs.cmu.edu/flite/packed/flite-1.2/flite-${PV}-release.tar.bz2
+S=${WORKDIR}/flite-${PV}-release
+
+inherit autotools libtool
+
+EXTRA_OECONF="--enable-shared"
+
+do_install() {
+ oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install
+}
+