summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-05-12 03:02:17 +0000
committerJon Hood <squinky86@gentoo.org>2004-05-12 03:02:17 +0000
commite0eac1ddf6314f02d660c69d02ba5c3983834631 (patch)
treed6f9a4a1f8f8a244460897c2f2630741e8892251 /app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild
parentadded app-sci/lapack-atlas untill all lapack stuff gets in and tested (diff)
downloadgentoo-2-e0eac1ddf6314f02d660c69d02ba5c3983834631.tar.gz
gentoo-2-e0eac1ddf6314f02d660c69d02ba5c3983834631.tar.bz2
gentoo-2-e0eac1ddf6314f02d660c69d02ba5c3983834631.zip
repoman failed me last night with this version bump (#50735)
Diffstat (limited to 'app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild')
-rw-r--r--app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild
new file mode 100644
index 000000000000..d9f8bd29b849
--- /dev/null
+++ b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild,v 1.1 2004/05/12 03:02:17 squinky86 Exp $
+
+DESCRIPTION="a collection of Festival functions for speech-dispatcher"
+HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils"
+SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=app-accessibility/festival-1.4.3"
+
+src_compile(){
+ einfo "Nothing to compile."
+}
+
+src_install() {
+ insinto /usr/lib/festival
+ doins ${S}/*.scm
+}