blob: 14cb044b7b93d5b874888fd1d62ccafbb40355f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/knapster2/knapster2-0.5.ebuild,v 1.6 2004/10/04 22:00:52 pvdabeel Exp $
inherit kde libtool
DESCRIPTION="Napster Client for Linux"
HOMEPAGE="http://knapster.sourceforge.net"
SRC_URI="mirror://sourceforge/knapster/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
IUSE=""
need-kde 3
src_compile() {
export CPPFLAGS=${CFLAGS}
econf || die
emake || die
}
|