summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-10 11:27:36 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-10 11:27:36 +0000
commit7059cc8d9fc0f789328e95455081e39eb2dbaffb (patch)
tree701cbd2cf8ff24025fed9bfb949d325195f895b6 /net-analyzer/tcpflow/tcpflow-0.20.ebuild
parentMarked ~amd64. (diff)
downloadhistorical-7059cc8d9fc0f789328e95455081e39eb2dbaffb.tar.gz
historical-7059cc8d9fc0f789328e95455081e39eb2dbaffb.tar.bz2
historical-7059cc8d9fc0f789328e95455081e39eb2dbaffb.zip
tidy
Diffstat (limited to 'net-analyzer/tcpflow/tcpflow-0.20.ebuild')
-rw-r--r--net-analyzer/tcpflow/tcpflow-0.20.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/tcpflow/tcpflow-0.20.ebuild b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
index ad7a4f100c4c..b6f6cece049a 100644
--- a/net-analyzer/tcpflow/tcpflow-0.20.ebuild
+++ b/net-analyzer/tcpflow/tcpflow-0.20.ebuild
@@ -1,16 +1,19 @@
# Copyright 1999-2004 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.5 2004/06/24 22:20:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpflow/tcpflow-0.20.ebuild,v 1.6 2004/07/10 11:25:19 eldad 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 ~ppc"
SLOT="0"
+IUSE=""
RDEPEND="net-libs/libpcap"
+
src_compile() {
econf || die "configure problem"
emake || die "compile problem"