summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2001-09-25 19:52:09 +0000
committerBen Lutgens <lamer@gentoo.org>2001-09-25 19:52:09 +0000
commit3f13fef65e2fe78d89be99f18eef39deee380308 (patch)
tree09fc8f1527e7af5f662ea46710520a79daba6d55 /net-misc/nload
parentmade a use flag out of ipv6, cleanup of tabs and spaces. ick. (diff)
downloadgentoo-2-3f13fef65e2fe78d89be99f18eef39deee380308.tar.gz
gentoo-2-3f13fef65e2fe78d89be99f18eef39deee380308.tar.bz2
gentoo-2-3f13fef65e2fe78d89be99f18eef39deee380308.zip
package maintainers of those _other_ package formats only wish it was this
easy to upgrade thier packages during and upstream rev. New nload.
Diffstat (limited to 'net-misc/nload')
-rw-r--r--net-misc/nload/files/digest-nload-0.3.01
-rw-r--r--net-misc/nload/nload-0.3.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/net-misc/nload/files/digest-nload-0.3.0 b/net-misc/nload/files/digest-nload-0.3.0
new file mode 100644
index 000000000000..af594b1ab499
--- /dev/null
+++ b/net-misc/nload/files/digest-nload-0.3.0
@@ -0,0 +1 @@
+MD5 a71c98d408ca9aaca50c2639b2185be5 nload-0.3.0.tar.gz
diff --git a/net-misc/nload/nload-0.3.0.ebuild b/net-misc/nload/nload-0.3.0.ebuild
new file mode 100644
index 000000000000..ff3f1b5a8267
--- /dev/null
+++ b/net-misc/nload/nload-0.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Ben Lutgens <lamer@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/net-misc/nload/nload-0.3.0.ebuild,v 1.1 2001/09/25 19:52:09 lamer Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
+SRC_URI="http://members.tripod.de/rolandriegel/${P}.tar.gz"
+HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
+DEPEND=""
+
+#RDEPEND=""
+
+src_compile() {
+ try ./configure --infodir=/usr/share/info \
+ --mandir=/usr/share/man --prefix=/usr --host=${CHOST}
+
+ try make
+}
+
+src_install () {
+
+ try make DESTDIR=${D} install
+ dodoc README INSTALL ChangeLog AUTHORS COPYING TODO
+}
+