diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-12 21:51:42 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-12 21:51:42 +0000 |
commit | 7bf9ed5ae2ab1443dc063c78f932f1c625273378 (patch) | |
tree | a4c906819d5d246f00305a1ce4c0c7c25ff0c5dd /packages/bmon/bmon_2.1.0.bb | |
parent | 4ff8b59a986c1d737129603a026a33b6cb016686 (diff) | |
parent | 6b632d5626c5fd6936afa1e8a38352f3fef494c6 (diff) |
merge of '26eef9824538dbeb602a9de19e679d9024dabece'
and '55734c4486f119a88c9e73fd18da42abdf708f5b'
Diffstat (limited to 'packages/bmon/bmon_2.1.0.bb')
-rw-r--r-- | packages/bmon/bmon_2.1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/bmon/bmon_2.1.0.bb b/packages/bmon/bmon_2.1.0.bb index 32e956fb26..d6cd03f614 100644 --- a/packages/bmon/bmon_2.1.0.bb +++ b/packages/bmon/bmon_2.1.0.bb @@ -1,10 +1,9 @@ DESCRIPTION = "Portable Bandwidth Monitor and rate estimator" HOMEPAGE = "http://people.suug.ch/~tgr/bmon/" -SECTION = "console/utilities" +SECTION = "console/utils" 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" |