mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geoip: get rid of geoip-data dependency.
This geoip-data pkg is completely broken, downloads unversioned zip archives that change daily! So at least unbreak this pkg (and nginx!). Close #16216 Close #12879
This commit is contained in:
parent
360a871260
commit
0785d8ba32
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'geoip'
|
# Template file for 'geoip'
|
||||||
pkgname=geoip
|
pkgname=geoip
|
||||||
version=1.6.12
|
version=1.6.12
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="GeoIP-${version}"
|
wrksrc="GeoIP-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
|
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel geoip-data"
|
makedepends="zlib-devel"
|
||||||
short_desc="Non-DNS IP-to-country resolver C library and utilities"
|
short_desc="Non-DNS IP-to-country resolver C library and utilities"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="http://www.maxmind.com/app/c"
|
homepage="http://www.maxmind.com/app/c"
|
||||||
|
@ -20,7 +20,6 @@ pre_configure() {
|
||||||
|
|
||||||
libgeoip_package() {
|
libgeoip_package() {
|
||||||
short_desc+=" - Runtime library"
|
short_desc+=" - Runtime library"
|
||||||
depends="geoip-data"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue