milis/talimatname/genel/p/python3-pycups/talimat

18 lines
396 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 CUPS Bağlamaları
# URL: http://cyberelk.net/tim/software/pycups/
# Paketçi: Cihan_Alkan
# Gerekler: python3 python3-setuptools cups
# Grup: kütüphane
isim=python3-pycups
surum=1.9.73
devir=2
kaynak=(http://cyberelk.net/tim/data/pycups/pycups-${surum}.tar.bz2)
derle() {
cd pycups-${surum}
python3 setup.py build
python3 setup.py install --root="${PKG}" --optimize=1
}