milis/talimatname/genel/p/python3-geoip/talimat

19 lines
410 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.

# Tanım: GeoIP aramaları için Python3 API.
# URL: https://pypi.python.org/pypi/pygeoip/
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools geoip
# Grup: sistem
isim=python3-geoip
surum=1.3.2
devir=2
_isim=pygeoip
kaynak=(https://pypi.python.org/packages/source/G/GeoIP/GeoIP-$surum.tar.gz)
derle() {
cd GeoIP-$surum
python3 setup.py build
python3 setup.py install --optimize=1 --root=$PKG
}