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

15 lines
374 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Gettext dosyalarını işlemek için bir kütüphane
2016-02-24 02:27:23 +02:00
# URL: http://polib.readthedocs.org/en/latest/index.html
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-polib
surum=1.0.4
devir=1
kaynak=(https://bitbucket.org/izi/polib/downloads/polib-${surum}.tar.gz)
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd polib-$surum
2016-02-24 02:27:23 +02:00
python2 setup.py build
python2 setup.py install --root=$PKG --optimize=1
}