summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2002-06-01 16:15:31 +0000
committerMichael Nazaroff <naz@gentoo.org>2002-06-01 16:15:31 +0000
commitd49c5d5574344f495501fb787014089469165b83 (patch)
tree7407e034d18032c2947e6f4773293786eb7df17b /media-sound/flite/flite-1.0.ebuild
parentadded author information in the ebuild (diff)
downloadgentoo-2-d49c5d5574344f495501fb787014089469165b83.tar.gz
gentoo-2-d49c5d5574344f495501fb787014089469165b83.tar.bz2
gentoo-2-d49c5d5574344f495501fb787014089469165b83.zip
flite is speech synthesis program
Diffstat (limited to 'media-sound/flite/flite-1.0.ebuild')
-rw-r--r--media-sound/flite/flite-1.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-sound/flite/flite-1.0.ebuild b/media-sound/flite/flite-1.0.ebuild
new file mode 100644
index 000000000000..203748ce7147
--- /dev/null
+++ b/media-sound/flite/flite-1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# Maintainer Michael Nazaroff <naz@gentoo.org>
+# /space/gentoo/cvsroot/gentoo-x86/media-sound/flite/flite-1.0.ebuild,
+
+S=${WORKDIR}/${PN}
+DESCRIPTION="Flite text to speech engine"
+HOMEPAGE="http://www.speech.cs.cmu.edu/flite/index.html"
+SRC_URI="http://www.speech.cs.cmu.edu/flite/packed/flite-1.0/${P}-beta.tar.gz"
+
+DEPEND=""
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install () {
+ cd ${S}/bin
+ dobin flite flite_time
+}