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

16 lines
406 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
name=python-mako
version=1.0.1
release=1
source=(https://pypi.python.org/packages/source/M/Mako/Mako-$version.tar.gz)
build() {
cd Mako-$version
/usr/bin/python2 setup.py build
/usr/bin/python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
}