18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
# Tanım: GeoIP aramaları için Python3 API
|
||
# URL: https://pypi.python.org/pypi/pygeoip/
|
||
# Paketçi: milisarge
|
||
# Gerekler: python3 python3-setuptools
|
||
|
||
name=python3-geoip
|
||
version=1.3.2
|
||
release=1
|
||
_name=pygeoip
|
||
|
||
source=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-$version.tar.gz)
|
||
|
||
derle() {
|
||
cd GeoIP-$version
|
||
python3 setup.py build
|
||
python3 setup.py install --optimize=1 --root=$PKG
|
||
}
|