summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/tcpflow/tcpflow-0.20.ebuild')
-rw-r--r--net-analyzer/tcpflow/tcpflow-0.20.ebuild17
1 files changed, 7 insertions, 10 deletions
diff --git a/net-analyzer/tcpflow/tcpflow-0.20.ebuild b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
index da9df0a406e0..899ae4e82bdf 100644
--- a/net-analyzer/tcpflow/tcpflow-0.20.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
@@ -1,24 +1,21 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.1 2002/10/29 17:51:26 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.1.1.1 2005/11/30 10:12:30 chriswhite Exp $
DESCRIPTION="A Tool for monitoring, capturing and storing TCP connections flows"
HOMEPAGE="http://www.circlemud.org/~jelson/software/tcpflow/"
SRC_URI="http://www.circlemud.org/pub/jelson/${PN}/${P}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~ppc"
SLOT="0"
+IUSE=""
-RDEPEND="net-libs/libpcap"
-
-src_compile() {
- econf || die "configure problem"
- emake || die "compile problem"
-}
+DEPEND="virtual/libpcap"
+RDEPEND="${DEPEND}"
src_install() {
einstall
doman tcpflow.1
dodoc AUTHORS COPYING ChangeLog NEWS README
}
-