milis/talimatname/genel/python-pycountry/talimat
2016-02-24 02:27:23 +02:00

20 lines
567 B
Text

# Description: ISO country, subdivision, language, currency and script definitions and their translations
# URL: URL: http://pypi.python.org/pypi/pycountry
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# 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
}
# NuTyX Pkgfile (http://nutyx.org)