20 lines
421 B
Plaintext
20 lines
421 B
Plaintext
# 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
|
||
# Grup: kütüphane
|
||
|
||
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
|
||
|
||
}
|