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

18 lines
367 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
name=python-cairo
version=1.10.0
release=1
source=(http://cairographics.org/releases/py2cairo-$version.tar.bz2)
derle() {
cd py2cairo-$version
python2 ./waf configure --prefix=/usr
./waf build
./waf install --destdir=$PKG
}