Browse Source

xinetd: Add PKG_LICENSE information

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

+ 2
- 0
net/xinetd/Makefile View File

14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE_URL:=http://www.xinetd.org
15
 PKG_SOURCE_URL:=http://www.xinetd.org
16
 PKG_MD5SUM:=77358478fd58efa6366accae99b8b04c
16
 PKG_MD5SUM:=77358478fd58efa6366accae99b8b04c
17
+PKG_LICENSE:=xinetd
18
+PKG_LICENSE_FILES:=COPYRIGHT
17
 
19
 
18
 PKG_INSTALL:=1
20
 PKG_INSTALL:=1
19
 
21