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

21 lines
447 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
2018-07-18 20:01:41 +02:00
# Gerekler: gtk2
2018-06-09 00:06:58 +02:00
isim=python-gobject2
2018-07-18 20:11:23 +02:00
surum=2.28.7
devir=1
2018-06-09 00:06:58 +02:00
2018-07-18 20:01:41 +02:00
kaynak=( http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
2018-06-09 00:06:58 +02:00
derle() {
cd pygobject-$surum
2018-07-18 20:01:41 +02:00
./configure --prefix=/usr --disable-introspection
2018-06-09 00:06:58 +02:00
make
make DESTDIR=$PKG install
2018-07-18 20:01:41 +02:00
rm -rf $PKG/usr/share/gtk-doc
2018-06-09 00:06:58 +02:00
}