From patchwork Sun Jan 20 11:32:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,meta-multimedia,v2,5/7] iftop: add 1.0pre2 Date: Sun, 20 Jan 2013 11:32:06 -0000 From: Koen Kooi X-Patchwork-Id: 42975 Message-Id: <1358681528-19761-5-git-send-email-koen@dominion.thruhere.net> To: openembedded-devel@lists.openembedded.org Cc: Koen Kooi Signed-off-by: Koen Kooi --- meta-networking/recipes-support/iftop/iftop_1.0pre2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-networking/recipes-support/iftop/iftop_1.0pre2.bb 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 0000000..f1ecf3d --- /dev/null +++ b/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb @@ -0,0 +1,14 @@ +SUMMARY = "iftop does for network usage what top(1) does for CPU usage." +HOMEPAGE = "http://www.ex-parrot.com/pdw/iftop/" + +DEPENDS = "libpcap ncurses" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz" +SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5" +SRC_URI[sha256sum] = "1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027" + +inherit autotools +