void-packages/srcpkgs/geoipupdate/template
2018-08-18 07:36:36 -03:00

20 lines
749 B
Bash

# Template file for 'geoipupdate'
pkgname=geoipupdate
version=3.1.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.0-or-later"
homepage="https://github.com/maxmind/geoipupdate"
changelog="https://raw.githubusercontent.com/maxmind/geoipupdate/master/ChangeLog.md"
distfiles="https://github.com/maxmind/geoipupdate/releases/download/v${version}/geoipupdate-${version}.tar.gz"
checksum=70da23bc1e33007b20e4d68ace037c51ba6ff9af766ac4fdb38b9a42b872c774
conf_files="/etc/geoip/GeoIP.conf"
pre_configure() {
autoreconf -fi
}