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

SRC_URI = "http://distfiles.macports.org/bmon/bmon-2.1.0.tar.gz \
           file://no-strip.patch"

inherit autotools

do_compile() {
    oe_runmake
}

SRC_URI[md5sum] = "3111a027907016c0902d67350c619df6"
SRC_URI[sha256sum] = "36a5772fc0241298b15db3dc4fb2552dcbb43edeffd6fcea4cd8818e97ec99fe"