summaryrefslogtreecommitdiff
blob: 0fb63eb395f8517c12d828c3eca3e870e414c8fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# /space/gentoo/cvsroot/gentoo-x86/net-misc/kift/kift-0.8.1.ebuild,v 1.1 2002/05/30 20:48:01 verwilst Exp

inherit kde-base || die

need-kde 3

DESCRIPTION="KDE interface for giFT"
HOMEPAGE="http://kift.sourceforge.net"
LICENSE="GPL-2"
newdepend ">=net-p2p/gift-0.10.0_pre020527"

SRC_URI="mirror://sourceforge/kift/${P}.tar.gz"

src_unpack() {

	unpack ${A}
	cd ${S}
	patch -p0 < ${FILESDIR}/${P}-gentoo.diff
	patch -p1 < ${FILESDIR}/${P}-gentoo.patch

}