Subversion Repositories KardasA Overlay

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 kardasa 1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: j0inty $
4
 
5
DESCRIPTION="Gfire is an open source plugin for the Pidgin IM client which allows you to connect the Xfire network."
6
HOMEPAGE="http://gfireproject.org/"
7
SRC_URI="http://iweb.dl.sourceforge.net/project/gfire/gfire/gfire-0.8.3/pidgin-gfire-0.8.3.tar.gz"
8
 
9
LICENSE="GPLv3"
10
SLOT="0"
11
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
12
IUSE="debug"
13
 
14
RESTRICT="mirror"
15
 
16
RDEPEND="net-im/pidgin"
17
 
18
DEPEND="dev-util/pkgconfig
19
	${RDEPEND}"
20
 
21
src_compile() {
22
	econf $(use_enable debug) || die "econf failed"
23
	emake || die "emake failed"
24
}
25
 
26
src_install() {
27
	emake DESTDIR="${D}" install || die "emake install failed"
28
	dodoc AUTHORS ChangeLog README
29
}