summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/nap/nap-1.5.1.ebuild')
-rw-r--r--net-p2p/nap/nap-1.5.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/nap/nap-1.5.1.ebuild b/net-p2p/nap/nap-1.5.1.ebuild
index 94a543eb4402..3070022fb4d5 100644
--- a/net-p2p/nap/nap-1.5.1.ebuild
+++ b/net-p2p/nap/nap-1.5.1.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.3 2003/03/16 21:23:02 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/nap/nap-1.5.1.ebuild,v 1.4 2003/03/17 03:08:23 seemant Exp $
-S="${WORKDIR}/${P}"
+S=${WORKDIR}/${P}
DESCRIPTION="Console Napster/OpenNap client"
HOMEPAGE="http://quasar.mathstat.uottawa.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/glibc"
-DEPEND="${RDEPEND}"
-SLOT="0"
-KEYWORDS="~x86 ppc"
src_compile() {
./configure --prefix=${D}/usr || die "configure problem"