diff options
Diffstat (limited to 'net-libs/libnet/libnet-1.0.2a-r1.ebuild')
-rw-r--r-- | net-libs/libnet/libnet-1.0.2a-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libnet/libnet-1.0.2a-r1.ebuild b/net-libs/libnet/libnet-1.0.2a-r1.ebuild index 1141a19df640..a688a34560a9 100644 --- a/net-libs/libnet/libnet-1.0.2a-r1.ebuild +++ b/net-libs/libnet/libnet-1.0.2a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r1.ebuild,v 1.2 2002/07/11 06:30:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r1.ebuild,v 1.3 2002/07/17 06:28:54 seemant Exp $ S=${WORKDIR}/Libnet-1.0.2a DESCRIPTION="library to provide an API for commonly used low-level network @@ -10,7 +10,9 @@ SRC_URI="http://www.packetfactory.net/libnet/dist/libnet.tar.gz" HOMEPAGE="http://www.packefactory.net/libnet/" DEPEND="" -#RDEPEND="" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86" src_compile() { ./configure \ @@ -24,8 +26,6 @@ src_compile() { src_install () { - # try make prefix=${D}/usr install - make \ DESTDIR=${D} \ MAN_PREFIX=/usr/share/man \ |