summaryrefslogtreecommitdiff
path: root/package/libksba
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-19 23:22:49 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-19 23:23:07 +0200
commit0067a474b84b49ffff6e065278ecf5045ef21f15 (patch)
treed450a0ef5aade6e57ee4c342546b9f81851b2950 /package/libksba
parent5105d428a910af09d0afad71924c70f380f987d5 (diff)
gnupg: add modern 2.1.x package
Diffstat (limited to 'package/libksba')
-rw-r--r--package/libksba/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/libksba/Makefile b/package/libksba/Makefile
new file mode 100644
index 000000000..23a5bc915
--- /dev/null
+++ b/package/libksba/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= libksba
+PKG_VERSION:= 1.3.4
+PKG_RELEASE:= 1
+PKG_HASH:= f6c2883cebec5608692d8730843d87f237c0964d923bbe7aa89c05f20558ad4f
+PKG_DESCR:= working with X.509 certificates
+PKG_SECTION:= libs/crypto
+PKG_URL:= https://www.gnupg.org/(fr)/related_software/libksba/index.html
+PKG_SITES:= https://www.gnupg.org/ftp/gcrypt/libksba/
+PKG_OPTS:= dev
+
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
+
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBKSBA,libksba,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
+
+libksba-install:
+ $(INSTALL_DIR) $(IDIR_LIBKSBA)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libksba*.so* \
+ $(IDIR_LIBKSBA)/usr/lib
+
+include $(ADK_TOPDIR)/mk/pkg-bottom.mk