summaryrefslogtreecommitdiff
path: root/packages/bwmon/bwmon_1.3.bb
blob: 25271641e7037db9b0e9ebe1a6344c02e9dfc146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "The Linux bandwidth monitor"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
DEPENDS = "ncurses"

LICENSE = "Unspecified"
PR = "r0"

SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \
	   file://makefile.patch;patch=1"
EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}"

inherit autotools

do_install () {
	install ${S}/bwmon ${D}/usr/bin/bwmon
}