yavta: import from meta-oe
[openembedded.git] / recipes / bwmon / bwmon_1.3.bb
blobabdae41ac8e209c2a394fd3cf14d14228905a32d
1 DESCRIPTION = "The Linux bandwidth monitor"
2 LICENSE = "GPL"
3 DEPENDS = "ncurses"
4 PR = "r3"
6 SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \
7 file://makefile.patch"
9 inherit autotools
11 do_install () {
12 install -d ${D}${bindir}
13 install ${S}/bwmon ${D}${bindir}/bwmon
16 SRC_URI[md5sum] = "53c44b73aa67d5e0282adfe928f3ba44"
17 SRC_URI[sha256sum] = "624381208d0faae6c123bc6198a59d6c4316cd4fffb1ba5aca206374f5a42df6"