diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2013-01-20 11:32:06 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-01-22 13:17:55 +0100 |
| commit | 946ea0f946e444b3088bb0712f149b0015674bc1 (patch) | |
| tree | f72d0f975a9eb1d76a44c106f65d73b267e14762 /meta-networking/recipes-support | |
| parent | be12fb6c0762fe474a4d7cda94e814c0c622dfb5 (diff) | |
| download | meta-openembedded-946ea0f946e444b3088bb0712f149b0015674bc1.tar.gz | |
iftop: add 1.0pre2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/iftop/iftop_1.0pre2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb new file mode 100644 index 0000000000..f1ecf3ddad --- /dev/null +++ b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "iftop does for network usage what top(1) does for CPU usage." | ||
| 2 | HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/" | ||
| 3 | |||
| 4 | DEPENDS = "libpcap ncurses" | ||
| 5 | |||
| 6 | LICENSE = "GPLv2" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5" | ||
| 11 | SRC_URI[sha256sum] = "1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027" | ||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
