milis/talimatname/genel/p/pypdf/talimat

19 lines
488 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: PDF araç seti olarak inşa edilmiş bir Saf Python kütüphanesi
# URL: http://pybrary.net/pyPdf
# Paketçi: Cihan_Alkan
# Gerekler: python-setuptools python3-setuptools python python3
# Grup: kütüphane
isim=pypdf
surum=1.13
devir=1
kaynak=(https://pypi.io/packages/source/p/pyPdf/pyPdf-$surum.tar.gz)
derle() {
cd pyPdf-$surum
python setup.py build
python3 setup.py build
python setup.py install --root="$PKG"
python3 setup.py install --root="$PKG"
}