bwmon: Update licence
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 09:42:29 +0000 (09:42 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 09:42:29 +0000 (09:42 +0000)
packages/bwmon/bwmon_1.3.bb

index 81cc094..8f5d5f4 100644 (file)
@@ -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
 }