void-packages/srcpkgs/geoipupdate/template

20 lines
653 B
Bash

# Template file for 'geoipupdate'
pkgname=geoipupdate
version=3.0.0
revision=1
build_style=gnu-configure
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
hostmakedepends="automake libtool"
makedepends="zlib-devel libcurl-devel"
short_desc="GeoIP update client code "
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/maxmind/geoipupdate"
distfiles="https://github.com/maxmind/geoipupdate/releases/download/v${version}/geoipupdate-${version}.tar.gz"
checksum=0caa618b5b541fe6ef12a29362f0a19138ce6ab89b7581aaa9b21a2605534dac
conf_files="/etc/geoip/GeoIP.conf"
pre_configure() {
autoreconf -fi
}