Merge github#929: dev-util/idea-ultimate: Version bump to 15.0.4.
[gentoo.git] / x11-plugins / pidgin-extprefs / pidgin-extprefs-0.7-r1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=2
6
7 DESCRIPTION="Extra preferences that are desired but not are not considered worthy of inclusion in Pidgin itself"
8 HOMEPAGE="http://gaim-extprefs.sourceforge.net"
9 SRC_URI="mirror://sourceforge/gaim-extprefs/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="amd64 hppa ppc sparc x86"
14 IUSE=""
15
16 RDEPEND="net-im/pidgin[gtk]"
17 DEPEND="
18         virtual/pkgconfig
19         ${RDEPEND}"
20
21 src_install() {
22         emake DESTDIR="${D}" install || die
23 }