diff options
-rw-r--r-- | libs/libcap/Makefile | 2 | ||||
-rw-r--r-- | libs/libgcrypt/Makefile | 2 | ||||
-rw-r--r-- | libs/libgpg-error/Makefile | 2 | ||||
-rw-r--r-- | libs/openldap/Makefile | 2 | ||||
-rw-r--r-- | utils/cryptodev-linux/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/libs/libcap/Makefile b/libs/libcap/Makefile index e27ad9576..e60b8978c 100644 --- a/libs/libcap/Makefile +++ b/libs/libcap/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2 PKG_HASH:=693c8ac51e983ee678205571ef272439d83afe62dd8e424ea14ad9790bc35162 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=License PKG_MAINTAINER:=Paul Wassi <p.wassi@gmx.at> PKG_INSTALL:=1 diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index f606fbf11..d1894a17a 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt PKG_HASH:=f9461b4619bb78b273a88d468915750d418e89a3ea3b641bab0563a9af4b04d0 +PKG_LICENSE:=LGPL-2.1+ GPL-2.0+ +PKG_LICENSE_FILES:=COPYING PKG_FIXUP:=patch-libtool PKG_INSTALL:=1 diff --git a/libs/libgpg-error/Makefile b/libs/libgpg-error/Makefile index 2f1d53e18..6e93effeb 100644 --- a/libs/libgpg-error/Makefile +++ b/libs/libgpg-error/Makefile @@ -14,6 +14,8 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgpg-error PKG_HASH:=cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f +PKG_LICENSE:=LGPL-2.1+ +PKG_LICENSE_FILES:=COPYING PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 12bbab357..8f978a793 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \ ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/ PKG_HASH:=cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824 +PKG_LICENSE:=OLDAP-2.8 +PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf diff --git a/utils/cryptodev-linux/Makefile b/utils/cryptodev-linux/Makefile index ddf481b97..33a901b6c 100644 --- a/utils/cryptodev-linux/Makefile +++ b/utils/cryptodev-linux/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=https://github.com/cryptodev-linux/cryptodev-linux PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=a705360197260d28535746ae98c461ba2cfb7a9e PKG_MIRROR_HASH:=334a8f4df18e36e97459b4c6669c9873c13c4f5dae25243cf41ff70c2ce661d8 +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com> |