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

22 lines
510 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GLib'in GObject sınıfı için Python 2'nin bağlantılarını sağlar.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-cairo gobject-introspection xorg-libxxf86vm libffi
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=python-gobject
surum=3.24.1
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd pygobject-$surum
2016-02-24 01:27:23 +01:00
mkdir python2
pushd python2
../configure --prefix=/usr \
--with-python=/usr/bin/python2
make
popd
make DESTDIR=$PKG -C python2 install
}