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

19 lines
401 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GLib'in GObject sınıfı için Python 2'nin bağlantılarını sağlar.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-gobject2 python-cairo libglade
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=python-gtk
surum=2.24.0
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygtk/${surum%.*}/pygtk-$surum.tar.bz2)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd pygtk-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}