🔒 Repository is read-only – file editing is disabled.

recipes/utils/geoip/PAGBUILD.yaml main

19 linii Raw ← Powrót
12345678910111213141516171819
pkgname: geoip
pkgver: '1.6.12'
pkgrel: '3'
pkgdesc: Non-DNS IP-to-country resolver C library & utils.
url: 'http://www.maxmind.com/app/c'
arch: x86_64
depends: []
makedepends:
- libtool
- autoconf
- geoip-database
source:
- 'https://github.com/maxmind/${pkgname}-api-c/archive/v${pkgver}.tar.gz'
sha256sums:
- 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476
build: "cd geoip-api-c-${pkgver}\n       ./bootstrap\n\n./configure \\\n\t--sysconfdir=/etc/geoip \\\n\t--prefix=/usr \\\n\
  \t--mandir=/usr/share/man\nmake\nmake DESTDIR=${PKGDIR} install\n\n       # Obsolet lib\n       rm -f ${PKGDIR}/usr/lib/libGeoIP.la\n"
package: |
  true