# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="KDE Client for the cross-platform P2P filesharing network, giFT." SRC_URI="http://130.161.58.2/~bastiaan/kdegift/${P}.tar.bz2" HOMEPAGE="http://130.161.58.2/~bastiaan/kdegift/" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" inherit kde-base need-kde 3.1 DEPEND=">=net-p2p/gift-cvs-0.10.0" src_compile() { econf || die emake || die } src_install() { einstall || die }