The tarball from the release contains the configure and Makefile.in,
there's no longer need to AUTORECONF.
Add a hash file since the tarball has been uploaded by the maintainer.
[Peter: fix _LICENSE_FILES]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
--- /dev/null
+# Locally calculated
+sha256 8ef059ee3680b39db967248331ec41188f4b45f86a4a77e39247ff41b61efd7c GeoIP-1.6.2.tar.gz
#
################################################################################
-GEOIP_VERSION = 1.6.0
+GEOIP_VERSION = 1.6.2
GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz
-GEOIP_SITE = $(call github,maxmind,geoip-api-c,v$(GEOIP_VERSION))
-GEOIP_AUTORECONF = YES
+GEOIP_SITE = https://github.com/maxmind/geoip-api-c/releases/download/v$(GEOIP_VERSION)/
GEOIP_INSTALL_STAGING = YES
GEOIP_LICENSE = LGPLv2.1+
-GEOIP_LICENSE_FILES = LICENSE COPYING
+GEOIP_LICENSE_FILES = COPYING
$(eval $(autotools-package))