diff options
Diffstat (limited to 'app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild')
-rw-r--r-- | app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild new file mode 100644 index 000000000000..d22436045a67 --- /dev/null +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/pidgin-festival/pidgin-festival-2.2.ebuild,v 1.1 2007/10/26 03:28:29 tester Exp $ + +DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival." +HOMEPAGE="http://pidgin.festival.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +RDEPEND="app-accessibility/festival + net-im/pidgin" + +src_install() { + make DESTDIR="${D}" install || die + dodoc README ChangeLog +} |