diff options
Diffstat (limited to 'net-analyzer/tcpick/tcpick-0.2.1.ebuild')
-rw-r--r-- | net-analyzer/tcpick/tcpick-0.2.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-analyzer/tcpick/tcpick-0.2.1.ebuild b/net-analyzer/tcpick/tcpick-0.2.1.ebuild new file mode 100644 index 000000000000..e9b5be018afb --- /dev/null +++ b/net-analyzer/tcpick/tcpick-0.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/tcpick-0.2.1.ebuild,v 1.1 2005/02/09 10:26:08 swegener Exp $ + +DESCRIPTION="TCP Stream Sniffer and Connection Tracker" +HOMEPAGE="http://tcpick.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +IUSE="" +DEPEND="virtual/libc + virtual/libpcap" + +src_install() { + make install DESTDIR="${D}" || die "install failed" + + dodoc AUTHORS ChangeLog INTERNALS KNOWN-BUGS OPTIONS README THANKS TODO + dohtml doc/*.html +} |