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
|
|
|
|
|
# Gerekler: python-cairo gobject-introspection xorg-libxxf86vm libffi
|
2018-07-31 15:38:05 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=python-gobject
|
|
|
|
|
surum=3.24.1
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd pygobject-$surum
|
|
|
|
|
mkdir python2
|
|
|
|
|
pushd python2
|
|
|
|
|
../configure --prefix=/usr \
|
|
|
|
|
--with-python=/usr/bin/python2
|
|
|
|
|
make
|
|
|
|
|
popd
|
|
|
|
|
make DESTDIR=$PKG -C python2 install
|
|
|
|
|
}
|