diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-18 23:22:52 +0000 |
commit | f62937cab196d3ac4f1c7cfe48733508bddb8de2 (patch) | |
tree | 9c80a9ffcaeccd18f09aa3ded1da093c3a2bab7e /net-analyzer/bwmon | |
parent | repoman'd (diff) | |
download | gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.gz gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.tar.bz2 gentoo-2-f62937cab196d3ac4f1c7cfe48733508bddb8de2.zip |
repoman'd
Diffstat (limited to 'net-analyzer/bwmon')
-rw-r--r-- | net-analyzer/bwmon/bwmon-1.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/bwmon/bwmon-1.3.ebuild b/net-analyzer/bwmon/bwmon-1.3.ebuild index 8b8383c2ba74..391a3448d4a4 100644 --- a/net-analyzer/bwmon/bwmon-1.3.ebuild +++ b/net-analyzer/bwmon/bwmon-1.3.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.1 2002/06/15 07:32:46 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bwmon/bwmon-1.3.ebuild,v 1.2 2002/07/18 23:22:42 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="Simple ncurses bandwidth monitor" HOMEPAGE="http://bwmon.sourceforge.net/" -LICENSE="GPL" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" -SLOT="0" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -S=${WORKDIR}/${P} +SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" src_unpack() { |