milis/talimatname/genel/g/geoip/talimat

23 lines
432 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}