talimat 548 B

1234567891011121314151617181920212223
  1. # Tanım: GLib'in GObject sınıfı için Python 3'ün bağlantılarını sağlar.
  2. # URL: http://www.gnome.org/
  3. # Paketçi: milisarge
  4. # Gerekler: python3 python3-cairo gobject-introspection xorg-libxxf86vm libffi
  5. # Grup: kütüphane
  6. isim=python3-gobject
  7. surum=3.28.3
  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 python3
  13. pushd python3
  14. ../configure --prefix=/usr \
  15. --with-python=/usr/bin/python3
  16. make
  17. popd
  18. make DESTDIR=$PKG -C python3 install
  19. }