summaryrefslogtreecommitdiff
path: root/package/libksba/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libksba/Makefile')
-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