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'
|
||||
pkgname=geoip
|
||||
version=1.6.12
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="GeoIP-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--mandir=/usr/share/man --sysconfdir=/etc/geoip"
|
||||
|
@ -9,8 +9,8 @@ hostmakedepends="automake libtool"
|
|||
makedepends="zlib-devel"
|
||||
short_desc="Non-DNS IP-to-country resolver C library and utilities"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
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"
|
||||
checksum=1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80
|
||||
|
||||
|
|
Loading…
Reference in a new issue