summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-01-27 20:24:33 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-01-27 20:24:33 +0000
commit56520501a2ceeea09c6550c1caf4041687fb1abc (patch)
treea2564a2667fca18d547fdbdfbeded7c52ae30caa /net-analyzer/tcpick/tcpick-0.1.19.ebuild
parentInitial ebuild. (diff)
downloadgentoo-2-56520501a2ceeea09c6550c1caf4041687fb1abc.tar.gz
gentoo-2-56520501a2ceeea09c6550c1caf4041687fb1abc.tar.bz2
gentoo-2-56520501a2ceeea09c6550c1caf4041687fb1abc.zip
Initial ebuild.
Diffstat (limited to 'net-analyzer/tcpick/tcpick-0.1.19.ebuild')
-rw-r--r--net-analyzer/tcpick/tcpick-0.1.19.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-analyzer/tcpick/tcpick-0.1.19.ebuild b/net-analyzer/tcpick/tcpick-0.1.19.ebuild
new file mode 100644
index 000000000000..8a4411510097
--- /dev/null
+++ b/net-analyzer/tcpick/tcpick-0.1.19.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/tcpick-0.1.19.ebuild,v 1.1 2004/01/27 20:24:23 mholzer Exp $
+
+DESCRIPTION="TCP Stream Sniffer and Connection Tracker"
+HOMEPAGE="http://tcpick.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+RESTRICT="nomirror"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="virtual/glibc
+ >=net-libs/libpcap-0.7.2"
+
+src_install() {
+ make install DESTDIR=${D} || die "install failed"
+
+ dodoc AUTHORS COPYING ChangeLog INSTALL INTERNALS KNOWN-BUGS \
+ NEWS OPTIONS PLATFORMS README THANKS TODO
+}