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

22 lines
538 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-11-13 01:08:33 +01:00
# URL: http://www.gnome.org/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python3 python3-cairo gobject-introspection xorg-libxxf86vm libffi
2016-11-13 01:08:33 +01:00
2017-10-28 14:10:23 +02:00
isim=python3-gobject
surum=3.18.2
devir=1
2016-11-13 01:08:33 +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-11-13 01:08:33 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd pygobject-$surum
2016-11-13 01:08:33 +01:00
mkdir python3
pushd python3
../configure --prefix=/usr \
--with-python=/usr/bin/python3
make
popd
make DESTDIR=$PKG -C python3 install
}