# Description: Python bindings for the GeoIP IP-to-country resolver library. # URL: http://www.maxmind.com/app/python" # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Maintainer: Brett Goulder, predatorfreak at dcaf-security dot org. # Depends on: python geoip name=python-geoip version=1.2.1 release=1 source=(http://www.maxmind.com/download/geoip/api/python/GeoIP-Python-${version}.tar.gz) build() { cd GeoIP-Python-${version} python setup.py build install --root=$PKG }