summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 06:28:54 +0000
commit2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c (patch)
treeafd43ccd76ef8f84363647461d9d440a39b372ff /net-libs/libnet
parentadded php virtual (diff)
downloadhistorical-2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c.tar.gz
historical-2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c.tar.bz2
historical-2d2c2792ae7c7f159a2c3a24ebf90a0c67a0ac3c.zip
repoman'd
Diffstat (limited to 'net-libs/libnet')
-rw-r--r--net-libs/libnet/files/digest-libnet-1.0.2a1
-rw-r--r--net-libs/libnet/libnet-1.0.2a-r1.ebuild8
-rw-r--r--net-libs/libnet/libnet-1.0.2a.ebuild36
3 files changed, 4 insertions, 41 deletions
diff --git a/net-libs/libnet/files/digest-libnet-1.0.2a b/net-libs/libnet/files/digest-libnet-1.0.2a
deleted file mode 100644
index b7debea8cbbc..000000000000
--- a/net-libs/libnet/files/digest-libnet-1.0.2a
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ddf53f0f484184390e8c2a1bd0853667 libnet.tar.gz 140191
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 \
diff --git a/net-libs/libnet/libnet-1.0.2a.ebuild b/net-libs/libnet/libnet-1.0.2a.ebuild
deleted file mode 100644
index f2994c465ecb..000000000000
--- a/net-libs/libnet/libnet-1.0.2a.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2001 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.ebuild,v 1.3 2002/07/11 06:30:47 drobbins Exp $
-
-S=${WORKDIR}/Libnet-1.0.2a
-DESCRIPTION="library to provide an API for commonly used low-level network
-functions (mainly packet injection). Used by packet scrubbers and the like,
-not to be confused with the perl libnet"
-SRC_URI="http://www.packetfactory.net/libnet/dist/libnet.tar.gz"
-HOMEPAGE="http://www.packefactory.net/libnet/"
-DEPEND=""
-
-#RDEPEND=""
-
-src_compile() {
- try ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}
-
- try emake
- #try make
-}
-
-src_install () {
-
- # try make prefix=${D}/usr install
-
- try make DESTDIR=${D} MAN_DIR=${D}/usr/share/man install
- dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING}
- newdoc README README.1st
- dodoc example/libnet*
- docinto Ancillary
- dodoc doc/Ancillary/*
-
- # The makefile should really do this...
- dobin libnet-config
-}
-