15 lines
374 B
Plaintext
15 lines
374 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
|
|||
|
|
|||
|
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
|
|||
|
}
|