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

23 lines
548 B
Plaintext
Raw Normal View History

2018-08-01 09:09:58 +02:00
# Tanım: GLib'in GObject sınıfı için Python 3'ün bağlantılarını sağlar.
2018-06-09 00:06:58 +02:00
# URL: http://www.gnome.org/
2018-08-13 23:20:05 +02:00
# Paketçi: milisarge
2018-06-09 00:06:58 +02:00
# Gerekler: python3 python3-cairo gobject-introspection xorg-libxxf86vm libffi
2018-08-01 09:09:58 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=python3-gobject
2018-08-13 23:20:05 +02:00
surum=3.28.3
2018-06-09 00:06:58 +02:00
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
derle() {
2018-08-13 23:20:05 +02:00
cd pygobject-$surum
mkdir python3
pushd python3
../configure --prefix=/usr \
--with-python=/usr/bin/python3
make
popd
make DESTDIR=$PKG -C python3 install
2018-06-09 00:06:58 +02:00
}