Browse Source

muninlite: Add PKG_LICENSE information

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
863c1dc684
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      admin/muninlite/Makefile

+ 2
- 0
admin/muninlite/Makefile View File

@@ -14,6 +14,8 @@ PKG_RELEASE:=5
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
16 16
 PKG_MD5SUM:=a8cc86f0cc536a6c22dc298f4ed55339
17
+PKG_LICENSE:=GPL-2.0
18
+PKG_LICENSE_FILES:=LICENSE
17 19
 
18 20
 include $(INCLUDE_DIR)/package.mk
19 21