summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nload/nload-0.5.0.ebuild')
-rw-r--r--net-analyzer/nload/nload-0.5.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild
index 92700bc130b0..8c9c3c4aeee5 100644
--- a/net-analyzer/nload/nload-0.5.0.ebuild
+++ b/net-analyzer/nload/nload-0.5.0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.8 2004/03/16 01:55:44 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.9 2004/03/21 12:58:30 mboman Exp $
+
+inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
SRC_URI="mirror://sourceforge/nload/${P}.tar.gz"
HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
@@ -10,6 +11,7 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.2"