# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-p2p/kdegift/kdegift-0.6.5.ebuild,v 1 2003/04/15 01:31:40 davidsmind Exp $ 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" DEPEND=">=kde-base/kdebase-3.1 >=net-p2p/gift-cvs-0.10.0" src_compile() { econf || die emake || die } src_install() { einstall || die }