diff options
author | 2012-05-17 11:45:03 +0000 | |
---|---|---|
committer | 2012-05-17 11:45:03 +0000 | |
commit | 85412a5f2d75632c1f96f1261290fc847afffbf9 (patch) | |
tree | 27e5b770c333d931fc86ca82ccc372cabe28d68b /x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild | |
parent | Version bump. (diff) | |
download | historical-85412a5f2d75632c1f96f1261290fc847afffbf9.tar.gz historical-85412a5f2d75632c1f96f1261290fc847afffbf9.tar.bz2 historical-85412a5f2d75632c1f96f1261290fc847afffbf9.zip |
Security bump (bug #416263)
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild')
-rw-r--r-- | x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild new file mode 100644 index 000000000000..0883730a8dc9 --- /dev/null +++ b/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.2.1.ebuild,v 1.1 2012/05/17 11:45:03 polynomial-c Exp $ + +EAPI=2 + +DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" +HOMEPAGE="http://www.cypherpunks.ca/otr/" +SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND=">=net-libs/libotr-3.2.0 + x11-libs/gtk+:2 + net-im/pidgin[gtk]" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc ChangeLog README +} |