open-plc-utils: new package
[buildroot-gz.git] / package / p11-kit / p11-kit.mk
blobd661c1f797f97f87ef63e8a7b97331f70202e6ea
1 ################################################################################
3 # p11-kit
5 ################################################################################
7 P11_KIT_VERSION = 0.20.7
8 P11_KIT_SITE = http://p11-glue.freedesktop.org/releases
9 P11_KIT_DEPENDENCIES = host-pkgconf libffi libtasn1
10 P11_KIT_INSTALL_STAGING = YES
11 P11_KIT_CONF_OPTS = --disable-static
12 P11_KIT_CONF_ENV = ac_cv_have_decl_program_invocation_short_name=yes \
13 ac_cv_have_decl___progname=no
14 P11_KIT_LICENSE = BSD-3c
15 P11_KIT_LICENSE_FILES = COPYING
17 $(eval $(autotools-package))