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.oe34
1 files changed, 0 insertions, 34 deletions
diff --git a/flite/flite_1.2.oe b/flite/flite_1.2.oe
deleted file mode 100644
index bed4bf96b8..0000000000
--- a/flite/flite_1.2.oe
+++ /dev/null
@@ -1,34 +0,0 @@
-SECTION = "console/utils"
-HOMEPAGE = "http://fife.speech.cs.cmu.edu/flite/"
-DESCRIPTION = "festival light speech synthesizer"
-PRIORITY = "optional"
-LICENSE = "flite"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-PR = "r1"
-
-SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2 \
- file://fix-read-only-assignments.patch;patch=1"
-S = "${WORKDIR}/flite-${PV}-release"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-audio=oss --enable-shared"
-
-PACKAGES += "lib${PN} lib${PN}-vox8 lib${PN}-vox16"
-
-FILES_${PN} = "${bindir}"
-
-FILES_lib${PN} ="${libdir}/libflite.so.* \
- ${libdir}/libflite_cmu_time_awb.so.* \
- ${libdir}/libflite_cmulex.so.* \
- ${libdir}/libflite_usenglish.so.*"
-
-FILES_lib${PN}-vox8 = "${libdir}/libflite_cmu_us_kal.so.*"
-
-FILES_lib${PN}-vox16 = "${libdir}/libflite_cmu_us_kal16.so.*"
-
-LEAD_SONAME = "libflite.so"
-
-do_install() {
- oe_runmake INSTALLBINDIR="${D}${bindir}" INSTALLLIBDIR="${D}${libdir}" INSTALLINCDIR="${D}${includedir}" install
-}