diff options
author | Ted Hess <thess@kitschensync.net> | 2016-05-31 11:16:32 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2016-05-31 11:16:32 -0400 |
commit | 320aad06c4316fd4e121dd3729575dba22b2837a (patch) | |
tree | 9e038f28f0fad1261a5db475cdc1c45c7fe7c7b9 | |
parent | 9552ead51718cfd4fbe8eebc29d3234c7e1da46f (diff) | |
parent | 64a68055c4d2d441fd9ec93f94d15071da2d90b5 (diff) |
Merge pull request #2783 from feckert/licenses-master
libtasn1: add license tag
-rw-r--r-- | libs/libtasn1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/libtasn1/Makefile b/libs/libtasn1/Makefile index 63ddaba98..c70eadbb4 100644 --- a/libs/libtasn1/Makefile +++ b/libs/libtasn1/Makefile @@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtasn1 PKG_VERSION:=4.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.gnu.org/gnu/libtasn1 PKG_MD5SUM:=9a6767705725544f2b86670dcfb34107 +PKG_LICENSE:=GPL-3.0 +PKG_LICENSE_FILES:=COPYING #PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |