2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-02 16:50:52 +02:00
|
|
|
#
|
|
|
|
# p11-kit
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-02 16:50:52 +02:00
|
|
|
|
2015-12-08 13:09:07 +01:00
|
|
|
P11_KIT_VERSION = 0.23.2
|
2013-06-02 16:50:52 +02:00
|
|
|
P11_KIT_SITE = http://p11-glue.freedesktop.org/releases
|
2014-05-03 13:36:23 +02:00
|
|
|
P11_KIT_DEPENDENCIES = host-pkgconf libffi libtasn1
|
2013-06-02 16:50:52 +02:00
|
|
|
P11_KIT_INSTALL_STAGING = YES
|
2014-09-27 21:32:44 +02:00
|
|
|
P11_KIT_CONF_OPTS = --disable-static
|
2013-06-05 10:17:43 +02:00
|
|
|
P11_KIT_CONF_ENV = ac_cv_have_decl_program_invocation_short_name=yes \
|
2013-06-06 06:42:18 +02:00
|
|
|
ac_cv_have_decl___progname=no
|
2013-06-02 16:50:52 +02:00
|
|
|
P11_KIT_LICENSE = BSD-3c
|
|
|
|
P11_KIT_LICENSE_FILES = COPYING
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|