summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-10-14 19:24:14 +0000
committerMike Frysinger <vapier@gentoo.org>2006-10-14 19:24:14 +0000
commit7886dd36ce14479f234015ba88988e0c09ebf46f (patch)
treec573994b6fb9368179c8194057a4be2b7c04572a /net-libs
parentStable on ppc64; bug #144869 (diff)
downloadgentoo-2-7886dd36ce14479f234015ba88988e0c09ebf46f.tar.gz
gentoo-2-7886dd36ce14479f234015ba88988e0c09ebf46f.tar.bz2
gentoo-2-7886dd36ce14479f234015ba88988e0c09ebf46f.zip
fixup autotools #151175 by Asmund Grammeltvedt.
(Portage version: 2.1.2_pre2-r9)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libnet/files/digest-libnet-1.0.2a-r32
-rw-r--r--net-libs/libnet/libnet-1.1.2.1-r1.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/net-libs/libnet/files/digest-libnet-1.0.2a-r3 b/net-libs/libnet/files/digest-libnet-1.0.2a-r3
index 9a74b0fc1c4b..062320a29eb7 100644
--- a/net-libs/libnet/files/digest-libnet-1.0.2a-r3
+++ b/net-libs/libnet/files/digest-libnet-1.0.2a-r3
@@ -1 +1,3 @@
MD5 ddf53f0f484184390e8c2a1bd0853667 libnet-1.0.2a.tar.gz 140191
+RMD160 43dd2edc31e56b42792727b88d81342dc26d3308 libnet-1.0.2a.tar.gz 140191
+SHA256 7c7f2e8ccb47bb47072c5cd583fea5e90ab892c75889b625346b60d10464459a libnet-1.0.2a.tar.gz 140191
diff --git a/net-libs/libnet/libnet-1.1.2.1-r1.ebuild b/net-libs/libnet/libnet-1.1.2.1-r1.ebuild
index 5933ba870cb4..ce37b041f7be 100644
--- a/net-libs/libnet/libnet-1.1.2.1-r1.ebuild
+++ b/net-libs/libnet/libnet-1.1.2.1-r1.ebuild
@@ -1,8 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.2.1-r1.ebuild,v 1.4 2006/09/10 18:13:38 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.2.1-r1.ebuild,v 1.5 2006/10/14 19:24:14 vapier Exp $
-inherit eutils
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+inherit eutils autotools
DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
HOMEPAGE="http://www.packetfactory.net/libnet/"
@@ -23,14 +25,11 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${P}-fix-chksum.patch
epatch "${FILESDIR}"/${P}-autotools.patch
- libtoolize --copy --force && \
- aclocal && \
- autoconf && \
- automake || die "autotools failed"
+ eautoreconf
}
src_install(){
- make DESTDIR="${D}" install || die "Failed to install"
+ emake DESTDIR="${D}" install || die "Failed to install"
doman doc/man/man3/*.3
dodoc VERSION README doc/*