The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / php-gnupg / php-gnupg.mk
1 ################################################################################
2 #
3 # php-gnupg
4 #
5 ################################################################################
6
7 PHP_GNUPG_VERSION = 1.3.6
8 PHP_GNUPG_SOURCE = gnupg-$(PHP_GNUPG_VERSION).tgz
9 PHP_GNUPG_SITE = http://pecl.php.net/get
10 # phpize does the autoconf magic
11 PHP_GNUPG_DEPENDENCIES = php libgpgme host-autoconf host-pkgconf
12 PHP_GNUPG_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \
13         --with-gnupg=$(STAGING_DIR)/usr/include --with-gpg=/usr/bin/gpg
14 PHP_GNUPG_LICENSE = BSD-2c
15 PHP_GNUPG_LICENSE_FILES = LICENSE
16
17 define PHP_GNUPG_PHPIZE
18         (cd $(@D); \
19                 PHP_AUTOCONF=$(HOST_DIR)/usr/bin/autoconf \
20                 PHP_AUTOHEADER=$(HOST_DIR)/usr/bin/autoheader \
21                 $(STAGING_DIR)/usr/bin/phpize)
22 endef
23
24 PHP_GNUPG_PRE_CONFIGURE_HOOKS += PHP_GNUPG_PHPIZE
25
26 $(eval $(autotools-package))