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

16 lines
398 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python ile yazılmış bir şablon kütüphanesi.
2016-06-02 02:54:02 +02:00
# URL: http://www.makotemplates.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-setuptools
2016-06-02 02:54:02 +02:00
2017-10-28 14:10:23 +02:00
isim=python-mako
surum=1.0.1
devir=1
kaynak=(https://pypi.python.org/packages/source/M/Mako/Mako-$surum.tar.gz)
2016-06-02 02:54:02 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd Mako-$surum
2016-06-02 02:54:02 +02:00
/usr/bin/python2 setup.py build
/usr/bin/python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
}