X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fphp-geoip%2Fphp-geoip.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Fphp-geoip%2Fphp-geoip.mk;h=0826c197f0c80dbaa80e9a71a03ac8229135cf77;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/php-geoip/php-geoip.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/php-geoip/php-geoip.mk new file mode 100644 index 0000000..0826c19 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/php-geoip/php-geoip.mk @@ -0,0 +1,27 @@ +################################################################################ +# +# php-geoip +# +################################################################################ + +PHP_GEOIP_VERSION = 1.1.0 +PHP_GEOIP_SOURCE = geoip-$(PHP_GEOIP_VERSION).tgz +# pecl.php.net returns html with db connect failed +PHP_GEOIP_SITE = http://sources.buildroot.net +PHP_GEOIP_CONF_OPTS = --with-php-config=$(STAGING_DIR)/usr/bin/php-config \ + --with-geoip=$(STAGING_DIR)/usr +# phpize does the autoconf magic +PHP_GEOIP_DEPENDENCIES = geoip php host-autoconf +PHP_GEOIP_LICENSE = PHP +PHP_GEOIP_LICENSE_FILES = LICENSE + +define PHP_GEOIP_PHPIZE + (cd $(@D); \ + PHP_AUTOCONF=$(HOST_DIR)/usr/bin/autoconf \ + PHP_AUTOHEADER=$(HOST_DIR)/usr/bin/autoheader \ + $(STAGING_DIR)/usr/bin/phpize) +endef + +PHP_GEOIP_PRE_CONFIGURE_HOOKS += PHP_GEOIP_PHPIZE + +$(eval $(autotools-package))