diff options
author | 2004-05-21 23:13:33 +0000 | |
---|---|---|
committer | 2004-05-21 23:13:33 +0000 | |
commit | ae7c7de55ac977881102029a1469c03868b1a412 (patch) | |
tree | 0f1255e44f59c02f3bb8a440a695a0f6c50769e2 /net-p2p/nap/nap-1.5.3.ebuild | |
parent | stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-ae7c7de55ac977881102029a1469c03868b1a412.tar.gz gentoo-2-ae7c7de55ac977881102029a1469c03868b1a412.tar.bz2 gentoo-2-ae7c7de55ac977881102029a1469c03868b1a412.zip |
version bump
Diffstat (limited to 'net-p2p/nap/nap-1.5.3.ebuild')
-rw-r--r-- | net-p2p/nap/nap-1.5.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-p2p/nap/nap-1.5.3.ebuild b/net-p2p/nap/nap-1.5.3.ebuild new file mode 100644 index 000000000000..05a23524aa22 --- /dev/null +++ b/net-p2p/nap/nap-1.5.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 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.3.ebuild,v 1.1 2004/05/21 23:13:33 squinky86 Exp $ + +IUSE="" + +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/dist/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~x86 ~ppc" +LICENSE="as-is" + +RDEPEND="virtual/glibc" + +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 +} |