diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 18:58:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 18:58:49 +0000 |
commit | 12c7c2df80bc35b5e9956b1c0b6e9b1cc5b6416b (patch) | |
tree | 303798d9d0ee4a011345ec2cd0e3f008368852c2 /net-analyzer/jnettop | |
parent | Fixing Benchmark problem in ut2003-2225.ebuild and closing bug #41004. Addin... (diff) | |
download | gentoo-2-12c7c2df80bc35b5e9956b1c0b6e9b1cc5b6416b.tar.gz gentoo-2-12c7c2df80bc35b5e9956b1c0b6e9b1cc5b6416b.tar.bz2 gentoo-2-12c7c2df80bc35b5e9956b1c0b6e9b1cc5b6416b.zip |
move to stable #41454
Diffstat (limited to 'net-analyzer/jnettop')
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.9.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/net-analyzer/jnettop/jnettop-0.9.ebuild b/net-analyzer/jnettop/jnettop-0.9.ebuild index 95c7b4f508e2..84b070661708 100644 --- a/net-analyzer/jnettop/jnettop-0.9.ebuild +++ b/net-analyzer/jnettop/jnettop-0.9.ebuild @@ -1,23 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.9.ebuild,v 1.1 2003/10/10 17:44:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.9.ebuild,v 1.2 2004/02/13 18:58:49 vapier Exp $ -DESCRIPTION="A top like console network traffic visualiser." +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" +KEYWORDS="x86" DEPEND="net-libs/libpcap >=dev-libs/glib-2.0" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + dodoc AUTHORS ChangeLog INSTALL NEWS README } |