summaryrefslogtreecommitdiff
blob: 36cc4b037c749d0dcd0f7b91abe08cb01c84da7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
MY_PN="${PN//_/-}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Plugin allows you to sort your buddy list more flexible than Pidgin does"
HOMEPAGE="https://launchpad.net/pidgin-extended-blist-sort"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${MY_P}.tar.gz"
#http://sourceforge.net/projects/p-extblistsort/files/p-extblistsort/1.6/extended_blist_sort-1.6.tar.gz/download
#http://launchpad.net/pidgin-extended-blist-sort/trunk/1.7.1/+download/pidgin-extended-blist-sort-1.7.1.tar.gz

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-im/pidgin[gtk]
		 dev-libs/glib"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S="${WORKDIR}/${MY_P}"

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc README AUTHORS VERSION
}