Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187652 - netmonitor ebuild
Summary: netmonitor ebuild
Status: VERIFIED DUPLICATE of bug 109374
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 21:06 UTC by hadzhimurad
Modified: 2007-08-04 08:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hadzhimurad 2007-08-03 21:06:31 UTC
DESCRIPTION="Network monitoring console application which shows
the bandwidth consumed and the total transmitted and recieved
data."
HOMEPAGE="https://sourceforge.net/projects/netmonitor/"
SRC_URI="mirror://sourceforge/netmonitor/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
DEPEND=""

S="${WORKDIR}/${PN}-0.4b"

src_unpack() {
        unpack ${P}.tar.gz
        cd ${S}
}
src_install() {
			make DESTDIR="${D}" install || die "Install failed"
}
DOCS="AUTHORS CREDITS ChangeLog README ABOUT-NLS"

Reproducible: Always




ebuild for netmonitor
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2007-08-03 23:06:06 UTC

*** This bug has been marked as a duplicate of bug 109374 ***