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

18 lines
440 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: Cairo kütüphanesi için Python3 bağlayıcısı.
# URL: http://www.cairographics.org/
# Paketçi: milisarge
# Gerekler: python3 cairo
# Grup: kütüphane
isim=python3-cairo
surum=1.17.1
devir=1
kaynak=(https://github.com/pygobject/pycairo/releases/download/v${surum}/pycairo-${surum}.tar.gz::pycairo-$surum.tar.bz2)
derle() {
cd pycairo-$surum
python3 setup.py build
python3 setup.py install --prefix=/usr --root=$PKG
}