mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
New package: geoipupdate-2.3.1
This commit is contained in:
parent
89c2a946e2
commit
aa0caf7b54
1 changed files with 19 additions and 0 deletions
19
srcpkgs/geoipupdate/template
Normal file
19
srcpkgs/geoipupdate/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'geoipupdate'
|
||||||
|
pkgname=geoipupdate
|
||||||
|
version=2.3.1
|
||||||
|
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>"
|
||||||
|
homepage="https://github.com/maxmind/geoipupdate"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="https://github.com/maxmind/geoipupdate/releases/download/v$version/geoipupdate-$version.tar.gz"
|
||||||
|
checksum=4f71e911774c4fd32e217889c242d2c311fa5ffd3df56be48a2d1aedfe2e671c
|
||||||
|
conf_files="/etc/geoip/GeoIP.conf"
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue