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

22 lines
467 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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: gtk2
# Grup: kütüphane
isim=python-gobject2
surum=2.28.7
devir=1
kaynak=( http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
derle() {
cd pygobject-$surum
./configure --prefix=/usr --disable-introspection
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}