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 / geoip / geoip.mk
1 ################################################################################
2 #
3 # geoip
4 #
5 ################################################################################
6
7 GEOIP_VERSION = 1.6.5
8 GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz
9 GEOIP_SITE = https://github.com/maxmind/geoip-api-c/releases/download/v$(GEOIP_VERSION)
10 GEOIP_INSTALL_STAGING = YES
11 GEOIP_LICENSE = LGPLv2.1+
12 GEOIP_LICENSE_FILES = COPYING
13
14 $(eval $(autotools-package))