Merge pull request #359 from equinox0815/uanytun-license
uanytun: added License Information
This commit is contained in:
commit
493c704308
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,10 @@ PKG_RELEASE:=1
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.anytun.org/download/
|
PKG_SOURCE_URL:=http://www.anytun.org/download/
|
||||||
PKG_MD5SUM:=ce47ad45003ff1d84eaf5276941b9ddf
|
PKG_MD5SUM:=ce47ad45003ff1d84eaf5276941b9ddf
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
||||||
|
PKG_LICENSE:=GPL-3.0+
|
||||||
|
PKG_LICENSE_FILE:=LICENSE
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +32,6 @@ define Package/uanytun/template
|
||||||
DEPENDS:=+kmod-tun
|
DEPENDS:=+kmod-tun
|
||||||
TITLE:=micro anycast tunneling daemon
|
TITLE:=micro anycast tunneling daemon
|
||||||
URL:=http://www.anytun.org/
|
URL:=http://www.anytun.org/
|
||||||
MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue