milis/talimatname/genel/python-geoip/talimat

18 lines
408 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: GeoIP aramaları için Python API'sı
# URL: https://pypi.python.org/pypi/pygeoip/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: python
name=python-geoip
version=0.2.7
release=1
_name=pygeoip
source=( https://pypi.python.org/packages/source/p/${_name}/${_name}-$version.tar.gz)
build() {
cd ${_name}-$version
python setup.py build
python setup.py install --optimize=1 --root=$PKG
}