From: Etienne CHAMPETIER Date: Tue, 10 Jun 2014 20:34:31 +0000 (+0200) Subject: htop: add PKG_LICENSE, add myself as maintainer X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d8f9ff3f9b22f16ee4a8a7efc0a66989614d7b45;p=openwrt-packages.git htop: add PKG_LICENSE, add myself as maintainer Signed-off-by: Etienne CHAMPETIER --- diff --git a/admin/htop/Makefile b/admin/htop/Makefile index 03c332188..7ed3a5b8a 100644 --- a/admin/htop/Makefile +++ b/admin/htop/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ PKG_MD5SUM:=e768b9b55c033d9c1dffda72db3a6ac7 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:= + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -26,6 +29,7 @@ define Package/htop TITLE:=Interactive processes viewer DEPENDS:=+libncurses URL:=http://htop.sourceforge.net/ + MAINTAINER:=Etienne CHAMPETIER endef define Package/htop/description