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 | f06d0261d30a769dc8bfa15e2daa4998449f3a57 (patch) | |
tree | 2786393041e0387b03101340a61ab3823d8ea4ca /net-analyzer/jnettop | |
parent | Fixing Benchmark problem in ut2003-2225.ebuild and closing bug #41004. Addin... (diff) | |
download | historical-f06d0261d30a769dc8bfa15e2daa4998449f3a57.tar.gz historical-f06d0261d30a769dc8bfa15e2daa4998449f3a57.tar.bz2 historical-f06d0261d30a769dc8bfa15e2daa4998449f3a57.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 } |