Browse Source

wavemon: Add PKG_LICENSE information

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Jonathan McCrohan 10 years ago
parent
commit
334478d759
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      net/wavemon/Makefile

+ 2
- 0
net/wavemon/Makefile View File

@@ -14,6 +14,8 @@ PKG_RELEASE:=1
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases
16 16
 PKG_MD5SUM:=c60e25feb8b1785cf14371556f0613f4
17
+PKG_LICENSE:=GPL-2.0+
18
+PKG_LICENSE_FILES:=COPYING
17 19
 
18 20
 PKG_INSTALL:=1
19 21