# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: j0inty edited by KardasA $ EAPI="2" DESCRIPTION="Gfire is an open source plugin for the Pidgin IM client which allows you to connect the Xfire network." HOMEPAGE="http://gfireproject.org/" SRC_URI="mirror://sourceforge/gfire/${P}.tar.bz2" LICENSE="GPLv3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND="net-im/pidgin" DEPEND="dev-util/pkgconfig ${RDEPEND}" src_configure() { econf $(use_enable debug) || die "econf failed" } src_compile() { emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog README }