diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-09-12 21:34:59 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-09-12 21:34:59 +0000 |
commit | 7ea0d9c61de1e1dd478c1bac0ac1007ad592af1c (patch) | |
tree | 048f78579b3cc15e6c1a36b8aa918af9e63ba917 /net-im/purple-events/purple-events-0.2.ebuild | |
parent | Version bump stable 0.2.2 branch (diff) | |
download | gentoo-2-7ea0d9c61de1e1dd478c1bac0ac1007ad592af1c.tar.gz gentoo-2-7ea0d9c61de1e1dd478c1bac0ac1007ad592af1c.tar.bz2 gentoo-2-7ea0d9c61de1e1dd478c1bac0ac1007ad592af1c.zip |
initial import
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'net-im/purple-events/purple-events-0.2.ebuild')
-rw-r--r-- | net-im/purple-events/purple-events-0.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/purple-events/purple-events-0.2.ebuild b/net-im/purple-events/purple-events-0.2.ebuild new file mode 100644 index 000000000000..ebf22eb47d8c --- /dev/null +++ b/net-im/purple-events/purple-events-0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/purple-events/purple-events-0.2.ebuild,v 1.1 2012/09/12 21:34:59 hasufell Exp $ + +EAPI=4 + +DESCRIPTION="Allows a fine-grained control over libpurple events" +HOMEPAGE="http://purple-events.sardemff7.net/" +SRC_URI="mirror://github/sardemff7/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-im/pidgin" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +src_configure() { + econf --disable-silent-rules +} |