diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-02 02:26:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-02 02:26:09 +0000 |
commit | 3c3e042243c9d14731ebb7a82a58ccded2793a8d (patch) | |
tree | 8c0eebe031b8e8513d113e7141fc6c4fa8ec3605 /packages/bwmon/bwmon_1.3.bb | |
parent | e62c3d12f0ab466cdfa01a49fb86674969e7179d (diff) |
Added package bwmon (Linux bandwidth monitor)
Diffstat (limited to 'packages/bwmon/bwmon_1.3.bb')
-rw-r--r-- | packages/bwmon/bwmon_1.3.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/bwmon/bwmon_1.3.bb b/packages/bwmon/bwmon_1.3.bb new file mode 100644 index 0000000000..25271641e7 --- /dev/null +++ b/packages/bwmon/bwmon_1.3.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "The Linux bandwidth monitor" +MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" +DEPENDS = "ncurses" + +LICENSE = "Unspecified" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ + file://makefile.patch;patch=1" +EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" + +inherit autotools + +do_install () { + install ${S}/bwmon ${D}/usr/bin/bwmon +} |