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
:= ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0
10 PKG_DESCR
:= pkcs11 library
11 PKG_SECTION
:= libs
/crypto
12 PKG_DEPENDS
:= libtasn1
13 PKG_BUILDDEP
:= libtasn1
14 PKG_URL
:= https
://p11-glue.freedesktop.org
/p11-kit.html
15 PKG_SITES
:= https
://p11-glue.freedesktop.org
/releases
/
18 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
20 include $(ADK_TOPDIR
)/mk
/package.mk
22 $(eval
$(call PKG_template
,P11_KIT
,p11-kit
,$(PKG_VERSION
)-$(PKG_RELEASE
),$(PKG_DEPENDS
),$(PKG_DESCR
),$(PKG_SECTION
),$(PKG_OPTS
)))
24 CONFIGURE_ARGS
+= --disable-static
27 $(INSTALL_DIR
) $(IDIR_P11_KIT
)/usr
/lib
28 $(CP
) $(WRKINST
)/usr
/lib
/libp11-kit
*.so
* \
29 $(IDIR_P11_KIT
)/usr
/lib
31 include $(ADK_TOPDIR
)/mk
/pkg-bottom.mk