diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-11 09:42:29 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-11 09:42:29 +0000 |
commit | e17ba8d198e2cc9913e03220627354785fbc1ea4 (patch) | |
tree | e239f75474483f937b86403c8fa42b18d2875428 /packages/bwmon | |
parent | 9942818402c6b81bcf7b1b45dbcddd58e19ea29c (diff) |
bwmon: Update licence
Diffstat (limited to 'packages/bwmon')
-rw-r--r-- | packages/bwmon/bwmon_1.3.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/bwmon/bwmon_1.3.bb b/packages/bwmon/bwmon_1.3.bb index 81cc0949a9..8f5d5f4e3b 100644 --- a/packages/bwmon/bwmon_1.3.bb +++ b/packages/bwmon/bwmon_1.3.bb @@ -1,17 +1,17 @@ DESCRIPTION = "The Linux bandwidth monitor" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org" +LICENSE = "GPL" DEPENDS = "ncurses" -LICENSE = "Unspecified" - -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/bwmon/${P}.tar.gz \ - file://makefile.patch;patch=1" -EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" + file://makefile.patch;patch=1" inherit autotools +EXTRA_OEMAKE = "LDFLAGS=-L${STAGING_LIBDIR}" + do_install () { - install -d ${D}${bindir} - install ${S}/bwmon ${D}${bindir}/bwmon + install -d ${D}${bindir} + install ${S}/bwmon ${D}${bindir}/bwmon } |