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

18 lines
475 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: Kanıtlanmış bir endüstri gücü PDF oluşturma çözümü
# URL: http://www.reportlab.org/rl_toolkit.html
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python python-pillow freetype python-pip
isim=python-reportlab
surum=3.3.0
devir=1
kaynak=(
https://pypi.python.org/packages/source/r/reportlab/reportlab-$surum.tar.gz)
derle() {
cd reportlab-$surum
python2 setup.py install --prefix=/usr --root=$PKG --optimize=1
python2 setup.py tests
}