contrib/libgeoip/Pkgfile
2017-07-27 12:52:39 +02:00

19 lines
382 B
Plaintext

# Description: GeoIP Legacy C Library
# URL: https://github.com/maxmind/geoip-api-c
# Maintainer: Thomas Penteker, tek at serverop dot de
name=libgeoip
version=1.6.11
release=1
source=(https://github.com/maxmind/geoip-api-c/archive/v${version}.tar.gz)
build() {
cd geoip-api-c-$version
autoreconf -i
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}