# 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 eutils 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_unpack() { unpack ${A} cd ${S} epatch "${FILESDIR}/${P}-gcc43.patch" } src_compile() { export CPPFLAGS=${CFLAGS} econf || die emake || die }