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

22 lines
629 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
name=python-gobject2
version=2.28.6
release=1
2016-10-28 21:20:52 +03:00
source=( http://ftp.gnome.org/pub/gnome/sources/pygobject/${version%.*}/pygobject-$version.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() {
2016-02-24 02:27:23 +02:00
cd pygobject-$version
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
}