|
@ -14,8 +14,11 @@ PKG_RELEASE:=1 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/ |
|
|
PKG_SOURCE_URL:=https://www.gnupg.org/ftp/gcrypt/libgcrypt/ |
|
|
PKG_HASH:=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227 |
|
|
PKG_HASH:=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227 |
|
|
|
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> |
|
|
PKG_LICENSE:=LGPL-2.1+ GPL-2.0+ |
|
|
PKG_LICENSE:=LGPL-2.1+ GPL-2.0+ |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
PKG_CPE_ID:=cpe:/a:gnupg:libgcrypt |
|
|
|
|
|
|
|
|
PKG_FIXUP:=autoreconf patch-libtool |
|
|
PKG_FIXUP:=autoreconf patch-libtool |
|
|
PKG_INSTALL:=1 |
|
|
PKG_INSTALL:=1 |
|
@ -28,8 +31,7 @@ define Package/libgcrypt |
|
|
CATEGORY:=Libraries |
|
|
CATEGORY:=Libraries |
|
|
DEPENDS:=+libgpg-error |
|
|
DEPENDS:=+libgpg-error |
|
|
TITLE:=GNU crypto library |
|
|
TITLE:=GNU crypto library |
|
|
URL:=http://directory.fsf.org/security/libgcrypt.html |
|
|
|
|
|
MAINTAINER:=W. Michael Petullo <mike@flyn.org> |
|
|
|
|
|
|
|
|
URL:=https://www.gnupg.org/related_software/libgcrypt/ |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/libgcrypt/description |
|
|
define Package/libgcrypt/description |
|
|