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
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
/
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
)))
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