# Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ben Lutgens # $Header: /var/cvsroot/gentoo-x86/net-misc/nload/nload-0.1.1.ebuild,v 1.1 2001/08/01 03:15:33 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 }