diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:32:37 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:32:37 +0000 |
commit | 19bd26c1a93ce86736aaec27059fae100669ecde (patch) | |
tree | 3ed083097cadf3ba84114bc9898dd7c3119afbd0 /net-analyzer/tcpdump | |
parent | Cleanup (diff) | |
download | gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.gz gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.bz2 gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.zip |
Cleanup
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r-- | net-analyzer/tcpdump/files/digest-tcpdump-3.5.2 | 1 | ||||
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-3.5.2.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net-analyzer/tcpdump/files/digest-tcpdump-3.5.2 b/net-analyzer/tcpdump/files/digest-tcpdump-3.5.2 deleted file mode 100644 index 33dd99488714..000000000000 --- a/net-analyzer/tcpdump/files/digest-tcpdump-3.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 61f221d8a81893fbd4efa89f8426e145 tcpdump-3.5.2.tar.gz diff --git a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild deleted file mode 100644 index 8edcab929827..000000000000 --- a/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.5.2.ebuild,v 1.5 2001/04/29 17:19:04 achim Exp $ - -P=tcpdump-3.5.2 -A=${P}.tar.gz -S=${WORKDIR}/tcpdump-3.5 -DESCRIPTION="A Tool for network monitoring and data acquisition" -SRC_URI="http://www.tcpdump.org/release/${A} - http://www.jp.tcpdump.org/release/${A}" -HOMEPAGE="http://www.tcpdump.org/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/zlib-1.1.3 - >=net-libs/libpcap-0.5.2" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr --disable-ipv6 - try make -} - -src_install() { - into /usr - dobin tcpdump - doman tcpdump.1 - dodoc README FILES VERSION CHANGES -} - - - |