talimat 659 B

1234567891011121314151617181920212223
  1. # Tanım: GConf için mono bağları
  2. # URL: http://gtk-sharp.sourceforge.net
  3. # Peketçi: Cihan_Alkan
  4. # Gerekler: gtk-sharp2 gconf
  5. # Grup: geliştirme
  6. isim=gconf-sharp
  7. surum=2.24.2
  8. devir=1
  9. kaynak=(https://download.gnome.org/sources/gnome-sharp/2.24/gnome-sharp-${surum}.tar.bz2
  10. 02_fix_pkg-config_paths.patch
  11. 04_initialize_dbus_glib_threading.patch)
  12. derle() {
  13. cd gnome-sharp-${surum}
  14. patch -Np1 -i ../04_initialize_dbus_glib_threading.patch
  15. patch -Np1 -i ../02_fix_pkg-config_paths.patch
  16. ./configure --prefix=/usr --sysconfdir=/etc
  17. make
  18. make -C gconf/GConf install DESTDIR="${PKG}"
  19. make -C gconf/tools install DESTDIR="${PKG}"
  20. }