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

19 lines
401 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: GLib'in GObject sınıfı için Python 2'nin bağlantılarını sağlar.
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: python-gobject2 python-cairo libglade
isim=python-gtk
surum=2.24.0
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygtk/${surum%.*}/pygtk-$surum.tar.bz2)
derle() {
cd pygtk-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}