aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bwmon/bwmon_1.3.bb
blob: 11b67f45224c645b10785a44f8d25a48a238d4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "The Linux bandwidth monitor"
LICENSE = "GPL"
DEPENDS = "ncurses"
PR = "r2"

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

inherit autotools

do_install () {
        install -d ${D}${bindir}
        install ${S}/bwmon ${D}${bindir}/bwmon
}