Browse Source

xinetd: Add PKG_LICENSE information

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
lilik-openwrt-22.03
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,6 +14,8 @@ PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.xinetd.org PKG_SOURCE_URL:=http://www.xinetd.org
PKG_MD5SUM:=77358478fd58efa6366accae99b8b04c PKG_MD5SUM:=77358478fd58efa6366accae99b8b04c
PKG_LICENSE:=xinetd
PKG_LICENSE_FILES:=COPYRIGHT
PKG_INSTALL:=1 PKG_INSTALL:=1


Loading…
Cancel
Save