# Contributor: Alyx Wolcott # Maintainer: Alyx Wolcott pkgname=libgeoip pkgver=1.6.12 pkgrel=0 pkgdesc="GeoIP legacy C API" url="https://github.com/maxmind/geoip-api-c" arch="all" license="LGPL-2.1-only" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/maxmind/geoip-api-c/releases/download/v$pkgver/GeoIP-$pkgver.tar.gz" builddir="$srcdir/GeoIP-$pkgver" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="a1c8120692a7ba6de5836550917f86f4797dd236a8b7d71b6f92b5389e4b071d89e57036654f5de1d4b762730a2a5c331c31414eab0c889c9befaa097941fee7 GeoIP-1.6.12.tar.gz"