2017-04-13 09:28:53 +02:00
|
|
|
|
# Description : Gettext dosyalarını işlemek için bir kütüphane
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://polib.readthedocs.org/en/latest/index.html
|
2017-04-13 09:28:53 +02:00
|
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depends on: python
|
|
|
|
|
|
|
|
|
|
name=python-polib
|
|
|
|
|
version=1.0.4
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://bitbucket.org/izi/polib/downloads/polib-${version}.tar.gz)
|
|
|
|
|
build() {
|
|
|
|
|
cd polib-$version
|
|
|
|
|
python2 setup.py build
|
|
|
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
|
|
|
}
|