diff options
Diffstat (limited to 'recipes/bwmon/bwmon_1.3.bb')
-rw-r--r-- | recipes/bwmon/bwmon_1.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/bwmon/bwmon_1.3.bb b/recipes/bwmon/bwmon_1.3.bb new file mode 100644 index 0000000000..11b67f4522 --- /dev/null +++ b/recipes/bwmon/bwmon_1.3.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "The Linux bandwidth monitor" +LICENSE = "GPL" +DEPENDS = "ncurses" +PR = "r2" + +SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ + file://makefile.patch;patch=1" + +inherit autotools + +do_install () { + install -d ${D}${bindir} + install ${S}/bwmon ${D}${bindir}/bwmon +} |