# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/nap-1.5.1.ebuild,v 1.12 2006/01/13 11:29:32 mkay Exp $ IUSE="" DESCRIPTION="Console Napster/OpenNap client" HOMEPAGE="http://www.mathstat.dal.ca/~selinger/nap/" SRC_URI="http://quasar.mathstat.uottawa.ca/~selinger/nap/${P}.tar.gz" SLOT="0" KEYWORDS="x86 ppc" LICENSE="as-is" RDEPEND="virtual/libc" src_compile() { ./configure --prefix=${D}/usr || die "configure problem" emake || die "compile problem" } src_install() { emake install || die "install problem" dodoc AUTHORS COPYRIGHT COPYING ChangeLog NEWS README }