diff options
author | 2005-01-09 07:34:40 +0000 | |
---|---|---|
committer | 2005-01-09 07:34:40 +0000 | |
commit | 3897ccd2504afd0f89f964ee71c4ddba53227456 (patch) | |
tree | 8c6a621948f84082fa3352204715359ee187e674 /net-analyzer/jnettop/jnettop-0.10.1.ebuild | |
parent | Apache herd package refresh: Added subversion, removed stuff for 2.1.x apache... (diff) | |
download | historical-3897ccd2504afd0f89f964ee71c4ddba53227456.tar.gz historical-3897ccd2504afd0f89f964ee71c4ddba53227456.tar.bz2 historical-3897ccd2504afd0f89f964ee71c4ddba53227456.zip |
Version bump as per bug #75190
Diffstat (limited to 'net-analyzer/jnettop/jnettop-0.10.1.ebuild')
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.10.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/jnettop/jnettop-0.10.1.ebuild b/net-analyzer/jnettop/jnettop-0.10.1.ebuild new file mode 100644 index 000000000000..446093e52426 --- /dev/null +++ b/net-analyzer/jnettop/jnettop-0.10.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.10.1.ebuild,v 1.1 2005/01/09 07:34:40 dragonheart Exp $ + +DESCRIPTION="A top like console network traffic visualiser" +HOMEPAGE="http://jnettop.kubs.info/" +SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc" +IUSE="" + +DEPEND="net-libs/libpcap + >=dev-libs/glib-2.0.1" + +src_install() { + emake DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog INSTALL NEWS README +} |