Community maintained packages for ImmortalWrt.
Revision | ecfed433dbc6bbbfc27e0ba9809dee914c8ce09b (tree) |
---|---|
Time | 2014-08-02 17:07:03 |
Author | Ian Leonard <antonlacon@gmai...> |
Commiter | Ian Leonard |
htop: Add PKG_LICENSE_FILES
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
@@ -1,5 +1,5 @@ | ||
1 | 1 | # |
2 | -# Copyright (C) 2007-2012 OpenWrt.org | |
2 | +# Copyright (C) 2007-2014 OpenWrt.org | |
3 | 3 | # |
4 | 4 | # This is free software, licensed under the GNU General Public License v2. |
5 | 5 | # See /LICENSE for more information. |
@@ -16,7 +16,7 @@ PKG_SOURCE_URL:=http://hisham.hm/htop/releases/$(PKG_VERSION)/ | ||
16 | 16 | PKG_MD5SUM:=e768b9b55c033d9c1dffda72db3a6ac7 |
17 | 17 | |
18 | 18 | PKG_LICENSE:=GPL-2.0 |
19 | -PKG_LICENSE_FILES:= | |
19 | +PKG_LICENSE_FILES:=COPYING | |
20 | 20 | |
21 | 21 | PKG_FIXUP:=autoreconf |
22 | 22 | PKG_INSTALL:=1 |