milis/talimatname/genel/p/python-polib/talimat

15 lines
374 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: 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-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=python-polib
surum=1.0.4
devir=1
kaynak=(https://bitbucket.org/izi/polib/downloads/polib-${surum}.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd polib-$surum
2016-02-24 01:27:23 +01:00
python2 setup.py build
python2 setup.py install --root=$PKG --optimize=1
}