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

18 lines
359 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 Python2 konektörü
# URL: http://www.cairographics.org/
# Paketçi: milisarge
# Gerekler: cairo
isim=python-cairo
surum=1.10.0
devir=1
kaynak=(http://cairographics.org/releases/py2cairo-$surum.tar.bz2)
derle() {
cd py2cairo-$surum
python2 ./waf configure --prefix=/usr
./waf build
./waf install --destdir=$PKG
}