summaryrefslogtreecommitdiff
path: root/packages/bmon/bmon_2.1.0.bb
blob: 32e956fb268a1c1d08143416b7099ea8a0564387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Portable Bandwidth Monitor and rate estimator"
HOMEPAGE = "http://people.suug.ch/~tgr/bmon/"
SECTION = "console/utilities"
LICENSE = "MIT"
# only works with libnl-0.5.0
DEPENDS = "libnl"
PR = "r0"

SRC_URI = "http://people.suug.ch/~tgr/bmon/files/bmon-2.1.0.tar.gz \
           file://no-strip.patch;patch=1"

inherit autotools

do_compile() {
    oe_runmake
}