milis/talimatname/genel/g/geoip/talimat

23 lines
432 B
Plaintext
Raw Normal View History

2017-06-01 18:14:21 +02:00
# Description: cografi ip çözücü veritabanı uygulaması
# URL: http://www.maxmind.com/app/c
# Packager: milisarge
# Depends on: geoip-database
name=geoip
version=1.6.10
release=1
source=(https://github.com/maxmind/${name}-api-c/archive/v${version}.tar.gz)
build() {
cd geoip-api-c-$version
autoreconf -vi
./configure \
--sysconfdir=/etc/geoip \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}