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

22 lines
619 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: GLib'in GObject sınıfı için Python 2'nin bağlantılarını sağlar.
2016-02-24 02:27:23 +02:00
# URL: http://www.gnome.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: python-cairo xorg-libxxf86vm gobject-introspection
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-gobject2
surum=2.28.6
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
kaynak=( http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz
2016-10-28 21:29:13 +03:00
pygobject-2.28.6-fixes-1.patch
pygobject-2.16.1-fixdetection.patch)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd pygobject-$surum
2016-10-28 21:20:52 +03:00
patch -Np1 -i $SRC/pygobject-2.28.6-fixes-1.patch
2016-10-28 21:29:13 +03:00
patch -Np1 -i $SRC/pygobject-2.16.1-fixdetection.patch
2016-10-28 21:20:52 +03:00
./configure --prefix=/usr
2016-02-24 02:27:23 +02:00
make
make DESTDIR=$PKG install
}