desktop/python-pycountry/PKGBUILD

21 lines
703 B
Bash

#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=python-pycountry
pkgver=0.12.1
pkgrel=1
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
arch=('any')
url="http://pypi.python.org/pypi/pycountry"
license=('LGPL2')
depends=('python-lxml' 'python-distribute')
source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.tar.gz)
md5sums=('d593c50b446850ee40c4a342677100d5')
build() {
cd $srcdir/pycountry-$pkgver
python2 setup.py install --root=$pkgdir/ || return 1
}