mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
geoip: fix license
This commit is contained in:
parent
deaf2b2efc
commit
acb8467977
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'geoip'
|
# Template file for 'geoip'
|
||||||
pkgname=geoip
|
pkgname=geoip
|
||||||
version=1.6.12
|
version=1.6.12
|
||||||
revision=2
|
revision=3
|
||||||
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"
|
||||||
|
@ -9,8 +9,8 @@ hostmakedepends="automake libtool"
|
||||||
makedepends="zlib-devel"
|
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>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.maxmind.com/app/c"
|
homepage="http://www.maxmind.com/app/c"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="https://github.com/maxmind/geoip-api-c/releases/download/v$version/GeoIP-$version.tar.gz"
|
distfiles="https://github.com/maxmind/geoip-api-c/releases/download/v$version/GeoIP-$version.tar.gz"
|
||||||
checksum=1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80
|
checksum=1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue