2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Gettext dosyalarını işlemek için bir kütüphane
|
|
|
|
|
# URL: http://polib.readthedocs.org/en/latest/index.html
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python
|
2018-08-01 08:07:27 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-polib
|
|
|
|
|
surum=1.0.4
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://bitbucket.org/izi/polib/downloads/polib-${surum}.tar.gz)
|
|
|
|
|
derle() {
|
|
|
|
|
cd polib-$surum
|
|
|
|
|
python2 setup.py build
|
|
|
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
|
|
|
}
|