22 lines
619 B
Plaintext
22 lines
619 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-cairo xorg-libxxf86vm gobject-introspection
|
|||
|
|
|||
|
isim=python-gobject2
|
|||
|
surum=2.28.6
|
|||
|
devir=1
|
|||
|
|
|||
|
kaynak=( http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz
|
|||
|
pygobject-2.28.6-fixes-1.patch
|
|||
|
pygobject-2.16.1-fixdetection.patch)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd pygobject-$surum
|
|||
|
patch -Np1 -i $SRC/pygobject-2.28.6-fixes-1.patch
|
|||
|
patch -Np1 -i $SRC/pygobject-2.16.1-fixdetection.patch
|
|||
|
./configure --prefix=/usr
|
|||
|
make
|
|||
|
make DESTDIR=$PKG install
|
|||
|
}
|