summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWout Mertens <wmertens@gentoo.org>2002-05-11 01:30:51 +0000
committerWout Mertens <wmertens@gentoo.org>2002-05-11 01:30:51 +0000
commitadc0e664454840d5f9923668a7658b5326782ebd (patch)
tree2ced7cb5cc693d14a734cf464eb5354548bd773e /net-libs
parentNew ebuild and fix for hotplug startup (diff)
downloadgentoo-2-adc0e664454840d5f9923668a7658b5326782ebd.tar.gz
gentoo-2-adc0e664454840d5f9923668a7658b5326782ebd.tar.bz2
gentoo-2-adc0e664454840d5f9923668a7658b5326782ebd.zip
Slight fix, not enough to warrant new ebuild rev
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnet/ChangeLog6
-rw-r--r--net-libs/libnet/libnet-1.0.2a.ebuild17
2 files changed, 15 insertions, 8 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog
index 08e0bfa3a5a4..e14da4a2ae3d 100644
--- a/net-libs/libnet/ChangeLog
+++ b/net-libs/libnet/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-libs/libnet
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.2 2002/03/27 22:01:44 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.3 2002/05/11 01:30:51 wmertens Exp $
*libnet-1.0.2a-r1 (27 Mar 2002)
+ 11 May 2002; Wout Mertens <wmertens@gentoo.org> libnet-1.0.2a-r1.ebuild :
+
+ Made it copy libnet-config as well, so laptop-net builds.
+
27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> libnet-1.0.2a-r1.ebuild :
Updated ebuild syntax, and man pages/LFH fixes by Matthew Kennedy.
diff --git a/net-libs/libnet/libnet-1.0.2a.ebuild b/net-libs/libnet/libnet-1.0.2a.ebuild
index 42d0ae6be998..7afc6c0b9817 100644
--- a/net-libs/libnet/libnet-1.0.2a.ebuild
+++ b/net-libs/libnet/libnet-1.0.2a.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Ben Lutgens <lamer@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a.ebuild,v 1.1 2001/08/16 04:15:22 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a.ebuild,v 1.2 2002/05/11 01:30:51 wmertens Exp $
S=${WORKDIR}/Libnet-1.0.2a
DESCRIPTION="library to provide an API for commonly used low-level network
@@ -24,11 +24,14 @@ 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/*
+ 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
}