diff options
Diffstat (limited to 'recipes/bmon/bmon_2.1.0.bb')
-rw-r--r-- | recipes/bmon/bmon_2.1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/bmon/bmon_2.1.0.bb b/recipes/bmon/bmon_2.1.0.bb new file mode 100644 index 0000000000..d6cd03f614 --- /dev/null +++ b/recipes/bmon/bmon_2.1.0.bb @@ -0,0 +1,15 @@ +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;patch=1" + +inherit autotools + +do_compile() { + oe_runmake +} |