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

22 lines
510 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 gobject-introspection xorg-libxxf86vm libffi
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=python-gobject
surum=3.24.1
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-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-02-24 02:27:23 +02:00
mkdir python2
pushd python2
../configure --prefix=/usr \
--with-python=/usr/bin/python2
make
popd
make DESTDIR=$PKG -C python2 install
}