aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bmon/bmon_2.1.0.bb
blob: 0f263ab04379bbb49fa5f1615c39c7913491a087 (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://people.suug.ch/~tgr/bmon/files/bmon-2.1.0.tar.gz \
           file://no-strip.patch"

inherit autotools

do_compile() {
    oe_runmake
}

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