diff options
Diffstat (limited to 'net-analyzer/tcptrack/tcptrack-1.3.0.ebuild')
-rw-r--r-- | net-analyzer/tcptrack/tcptrack-1.3.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/tcptrack/tcptrack-1.3.0.ebuild b/net-analyzer/tcptrack/tcptrack-1.3.0.ebuild new file mode 100644 index 000000000000..5f231b78de2b --- /dev/null +++ b/net-analyzer/tcptrack/tcptrack-1.3.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrack/tcptrack-1.3.0.ebuild,v 1.1 2008/03/31 17:29:52 cedk Exp $ + +DESCRIPTION="Passive per-connection tcp bandwidth monitor" +HOMEPAGE="http://www.rhythm.cx/~steve/devel/tcptrack/" +SRC_URI="http://www.rhythm.cx/~steve/devel/tcptrack/release/${PV}/source/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="net-libs/libpcap + sys-libs/ncurses" + +src_install() { + einstall || die + dodoc AUTHORS ChangeLog NEWS README TODO +} |