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
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')
-rw-r--r--net-analyzer/tcpick/ChangeLog10
-rw-r--r--net-analyzer/tcpick/Manifest3
-rw-r--r--net-analyzer/tcpick/files/digest-tcpick-0.1.191
-rw-r--r--net-analyzer/tcpick/tcpick-0.1.19.ebuild22
4 files changed, 35 insertions, 1 deletions
diff --git a/net-analyzer/tcpick/ChangeLog b/net-analyzer/tcpick/ChangeLog
new file mode 100644
index 000000000000..2c1d75ff9c7d
--- /dev/null
+++ b/net-analyzer/tcpick/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-analyzer/tcpick
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/ChangeLog,v 1.1 2004/01/27 20:24:23 mholzer Exp $
+
+*tcpick-0.1.19 (27 Jan 2004)
+
+ 27 Jan 2004; Martin Holzer <mholzer@gentoo.org> tcpick-0.1.19.ebuild:
+ Initial ebuild. submitted by Sven Wegener <sven.wegener@stealer.net>
+ in #39394.
+
diff --git a/net-analyzer/tcpick/Manifest b/net-analyzer/tcpick/Manifest
index 6105b189b6f9..27a54e824956 100644
--- a/net-analyzer/tcpick/Manifest
+++ b/net-analyzer/tcpick/Manifest
@@ -1,2 +1,3 @@
-MD5 53076545e301335eb98a239e20de7bb7 tcpick-0.1.19.ebuild 692
+MD5 968d72bf61e0e67ebf437a5cc3b18dd0 tcpick-0.1.19.ebuild 678
+MD5 f2a6a2179a4eae316a8d2cf1303e1f94 ChangeLog 409
MD5 ada844ee771c41819be3072d7a01b6b3 files/digest-tcpick-0.1.19 64
diff --git a/net-analyzer/tcpick/files/digest-tcpick-0.1.19 b/net-analyzer/tcpick/files/digest-tcpick-0.1.19
new file mode 100644
index 000000000000..39b690a86ff9
--- /dev/null
+++ b/net-analyzer/tcpick/files/digest-tcpick-0.1.19
@@ -0,0 +1 @@
+MD5 ee782221d2c309b6ba647ae6c077c3e6 tcpick-0.1.19.tar.gz 98889
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
+}