diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-21 21:02:03 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-21 21:02:03 +0000 |
commit | 3d673458618c7344ee2387eb68110ae88d5cabae (patch) | |
tree | b23b8373a96bc899536da3b391c49026ed1f77ef /app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild | |
parent | Version bump, bug #297330, fixes crash with fortify enabled. (diff) | |
download | historical-3d673458618c7344ee2387eb68110ae88d5cabae.tar.gz historical-3d673458618c7344ee2387eb68110ae88d5cabae.tar.bz2 historical-3d673458618c7344ee2387eb68110ae88d5cabae.zip |
Version bump.
Package-Manager: portage-2.1.7.15/cvs/Linux x86_64
Diffstat (limited to 'app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild')
-rw-r--r-- | app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild new file mode 100644 index 000000000000..947bf9b99ee9 --- /dev/null +++ b/app-accessibility/pidgin-festival/pidgin-festival-2.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 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.4.ebuild,v 1.1 2009/12/21 21:02:03 pva Exp $ + +EAPI=2 + +DESCRIPTION="A plugin for pidgin which enables text-to-speech output of conversations using festival." +HOMEPAGE="http://sourceforge.net/projects/pidgin-festival/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="app-accessibility/festival + net-im/pidgin[gtk] + >=x11-libs/gtk+-2" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README ChangeLog || die +} |