16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
# 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
|
||
# Grup: kütüphane
|
||
|
||
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
|
||
}
|