# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: nothing $ EAPI="1" inherit eutils RESTRICT="nomirror" DESCRIPTION="Xfire plugin for pidgin (CVS snapshot)." HOMEPAGE="http://www.fryx.ch/xfire/" SRC_URI="http://surfnet.dl.sourceforge.net/sourceforge/gfire/gfire-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/gfire-${PV}" DEPEND="net-im/pidgin" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/gfire-debug-print-unsigned.patch" } src_install() { make DESTDIR="${D}" install || die "Install failed" }