diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-05-12 03:02:17 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-05-12 03:02:17 +0000 |
commit | b381deb68921567e28a074fc771da29b280f4a47 (patch) | |
tree | 3d3eadd09a66af4bd26570be8ea98b9aefb1a7b9 /app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild | |
parent | added app-sci/lapack-atlas untill all lapack stuff gets in and tested (diff) | |
download | historical-b381deb68921567e28a074fc771da29b280f4a47.tar.gz historical-b381deb68921567e28a074fc771da29b280f4a47.tar.bz2 historical-b381deb68921567e28a074fc771da29b280f4a47.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.ebuild | 23 |
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 +} |