blob: 1118756d2b2b34ad4b0553c1884638e3f313b982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/knapster2/knapster2-0.4.ebuild,v 1.9 2004/04/20 18:08:43 eradicator Exp $
IUSE=""
inherit kde-base
need-kde 3
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
SLOT="0"
S="${WORKDIR}/${P}"
DESCRIPTION="Napster Client for Linux"
SRC_URI="mirror://sourceforge/knapster/${P}.tar.gz"
HOMEPAGE="http://knapster.sourceforge.net"
src_unpack() {
cd ${WORKDIR}
unpack ${A}
cd ${S}
patch -p1 < ${FILESDIR}/${P}-gcc3.2.diff || die
}
|