diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-17 01:08:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-17 01:08:08 +0000 |
commit | 678f7b8828235e1c973cf3288fbfb73a651ea1b8 (patch) | |
tree | 2d400c34fbf9a99848af69ec4bfa093aadef4926 /net-libs/libnet | |
parent | fix up install paths (diff) | |
download | gentoo-2-678f7b8828235e1c973cf3288fbfb73a651ea1b8.tar.gz gentoo-2-678f7b8828235e1c973cf3288fbfb73a651ea1b8.tar.bz2 gentoo-2-678f7b8828235e1c973cf3288fbfb73a651ea1b8.zip |
old
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-libs/libnet')
-rw-r--r-- | net-libs/libnet/files/digest-libnet-1.1.2.1 | 1 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.2.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/net-libs/libnet/files/digest-libnet-1.1.2.1 b/net-libs/libnet/files/digest-libnet-1.1.2.1 deleted file mode 100644 index c2f0e935f16a..000000000000 --- a/net-libs/libnet/files/digest-libnet-1.1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 be845c41170d72c7db524f3411b50256 libnet-1.1.2.1.tar.gz 1021236 diff --git a/net-libs/libnet/libnet-1.1.2.1.ebuild b/net-libs/libnet/libnet-1.1.2.1.ebuild deleted file mode 100644 index 73e82c843833..000000000000 --- a/net-libs/libnet/libnet-1.1.2.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2005 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.ebuild,v 1.13 2005/04/14 03:43:17 tgall Exp $ - -DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)" -HOMEPAGE="http://www.packetfactory.net/libnet/" -SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="1.1" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos sparc x86 ppc64" -IUSE="doc" - -S=${WORKDIR}/libnet - -src_install(){ - make DESTDIR="${D}" install || die "Failed to install" - dobin libnet-config || die - - doman doc/man/man3/*.3 - dodoc VERSION README doc/* - if use doc ; then - dohtml -r doc/html/* - docinto sample - dodoc sample/*.[ch] - fi -} |