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

17 lines
418 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Python ile yazılmış bir şablon kütüphanesi.
# URL: http://www.makotemplates.org/
# Paketçi: milisarge
# Gerekler: python-setuptools
# Grup: kütüphane
isim=python-mako
surum=1.0.1
devir=1
kaynak=(https://pypi.python.org/packages/source/M/Mako/Mako-$surum.tar.gz)
derle() {
cd Mako-$surum
/usr/bin/python2 setup.py build
/usr/bin/python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
}