milis/talimatname/genel/python-pycountry/talimat

17 lines
435 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: ISO ülkesi, alt bölüm, dil, para birimi ve senaryo tanımları ve çevirileri
# URL: http://pypi.python.org/pypi/pycountry
# Packager: milisarge
# Depends on: python-setuptools python-lxml
name=python-pycountry
version=1.5
release=1
source=(
http://pypi.python.org/packages/source/p/pycountry/pycountry-$version.tar.gz)
build() {
cd pycountry-$version
python2 setup.py install --prefix=/usr --root=$PKG
}