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

20 lines
494 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 konnektörü.
# URL: http://www.cairographics.org/
# Paketçi:alihan-ozturk28@hotmail.com
# Gerekler: python3 cairo
isim=python3-cairo
surum=1.10.0
devir=1
kaynak=(http://cairographics.org/releases/pycairo-$surum.tar.bz2
python3-cairo-1.10.0-waf-python3.4.patch)
derle() {
cd pycairo-$surum
patch -i ../python3-cairo-1.10.0-waf-python3.4.patch
PYTHON=python3 ./waf configure --prefix=/usr
./waf build
./waf install --destdir=$PKG
}