summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-10-30 16:17:16 +0000
committerEldad Zack <eldad@gentoo.org>2004-10-30 16:17:16 +0000
commitf2231d63ee83c9f6c11bc62b96e4fafb1902abad (patch)
tree2c9437dc24a87d34f8135632e795c2255c363550 /net-analyzer/tcpdump/tcpdump-3.7.1.ebuild
parentAdded ~mips keyword - bug 68145 (diff)
downloadhistorical-f2231d63ee83c9f6c11bc62b96e4fafb1902abad.tar.gz
historical-f2231d63ee83c9f6c11bc62b96e4fafb1902abad.tar.bz2
historical-f2231d63ee83c9f6c11bc62b96e4fafb1902abad.zip
cleanup
Diffstat (limited to 'net-analyzer/tcpdump/tcpdump-3.7.1.ebuild')
-rw-r--r--net-analyzer/tcpdump/tcpdump-3.7.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild b/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild
deleted file mode 100644
index 25311d76238d..000000000000
--- a/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.1.ebuild,v 1.19 2004/07/14 22:37:59 agriffis Exp $
-
-IUSE="ssl"
-
-DESCRIPTION="A Tool for network monitoring and data acquisition"
-SRC_URI="http://www.tcpdump.org/release/${P}.tar.gz
- http://www.jp.tcpdump.org/release/${P}.tar.gz"
-HOMEPAGE="http://www.tcpdump.org/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~alpha mips"
-
-DEPEND=">=net-libs/libpcap-0.6.1
- ssl? ( >=dev-libs/openssl-0.6.9 )"
-
-
-src_compile() {
- local myconf
-
- use ssl || myconf="--without-crypto"
- econf \
- --enable-ipv6 \
- ${myconf} || die
- make CCOPT="$CFLAGS" || die
-}
-
-src_install() {
- into /usr
- dosbin tcpdump
- doman tcpdump.1
- dodoc *.awk
- dodoc README FILES VERSION CHANGES
-}