aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-09-25 20:38:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-09-25 20:49:32 +0200
commit8ddb48044ec2f4bd53fd3fef0389ec70c54524f9 (patch)
tree833e407796dccb5764a2a8ca7031c07a198e9b43
parent5cc44195bff85a86678d0aafef834cb8c7dfd517 (diff)
uanytun: added License Information
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
-rw-r--r--net/uanytun/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/uanytun/Makefile b/net/uanytun/Makefile
index dbb3dc19f..5e98197d1 100644
--- a/net/uanytun/Makefile
+++ b/net/uanytun/Makefile
@@ -18,9 +18,10 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.anytun.org/download/
PKG_MD5SUM:=ce47ad45003ff1d84eaf5276941b9ddf
-
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
@@ -31,7 +32,6 @@ define Package/uanytun/template
DEPENDS:=+kmod-tun
TITLE:=micro anycast tunneling daemon
URL:=http://www.anytun.org/
- MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
endef