talimat 530 B

1234567891011121314151617181920212223
  1. # Tanım: GLib'in GObject sınıfı için Python 2'nin bağlantılarını sağlar.
  2. # URL: http://www.gnome.org/
  3. # Paketçi: milisarge
  4. # Gerekler: python-cairo gobject-introspection xorg-libxxf86vm libffi
  5. # Grup: kütüphane
  6. isim=python-gobject
  7. surum=3.24.1
  8. devir=1
  9. kaynak=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${surum%.*}/pygobject-$surum.tar.xz)
  10. derle() {
  11. cd pygobject-$surum
  12. mkdir python2
  13. pushd python2
  14. ../configure --prefix=/usr \
  15. --with-python=/usr/bin/python2
  16. make
  17. popd
  18. make DESTDIR=$PKG -C python2 install
  19. }