python3: update to 3.11.10
[openadk.git] / package / libksba / Makefile
blob1d056506889105404fcf4e8742dc34ec59528b2e
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include $(ADK_TOPDIR)/rules.mk
6 PKG_NAME:= libksba
7 PKG_VERSION:= 1.6.5
8 PKG_RELEASE:= 1
9 PKG_HASH:= a564628c574c99287998753f98d750babd91a4e9db451f46ad140466ef2a6d16
10 PKG_DESCR:= working with X.509 certificates
11 PKG_SECTION:= libs/crypto
12 PKG_DEPENDS:= libgpg-error
13 PKG_BUILDDEP:= libgpg-error
14 PKG_URL:= https://www.gnupg.org/(fr)/related_software/libksba/index.html
15 PKG_SITES:= https://www.gnupg.org/ftp/gcrypt/libksba/
16 PKG_OPTS:= dev
18 DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2
20 include $(ADK_TOPDIR)/mk/package.mk
22 $(eval $(call PKG_template,LIBKSBA,libksba,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
24 libksba-install:
25 $(INSTALL_DIR) $(IDIR_LIBKSBA)/usr/lib
26 $(CP) $(WRKINST)/usr/lib/libksba*.so* \
27 $(IDIR_LIBKSBA)/usr/lib
29 include $(ADK_TOPDIR)/mk/pkg-bottom.mk