summaryrefslogtreecommitdiff
blob: b40f84ef1471d90f88d54b7d890f8e07349c6c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bmon/bmon-1.2.0.ebuild,v 1.2 2003/09/05 23:40:08 msterret Exp $

DESCRIPTION=" bmon is an interface bandwidth monitor."
HOMEPAGE="http://trash.net/~reeler/bmon"
SRC_URI="http://trash.net/~reeler/bmon/files/${P}.tar.bz2"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
IUSE=""
DEPEND=">=sys-libs/ncurses-5.3-r2" # not sure but
#RDEPEND=""
S=${WORKDIR}/${P}



src_install() {
	einstall || die
	cd ${S}
	dodoc AUTHORS COPYING PLATFORMS ChangeLog
}