milis/talimatname/genel/g/gconf-sharp/talimat

23 lines
659 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: GConf için mono bağları
# URL: http://gtk-sharp.sourceforge.net
# Peketçi: Cihan_Alkan
# Gerekler: gtk-sharp2 gconf
# Grup: geliştirme
isim=gconf-sharp
surum=2.24.2
devir=1
kaynak=(https://download.gnome.org/sources/gnome-sharp/2.24/gnome-sharp-${surum}.tar.bz2
02_fix_pkg-config_paths.patch
04_initialize_dbus_glib_threading.patch)
derle() {
cd gnome-sharp-${surum}
patch -Np1 -i ../04_initialize_dbus_glib_threading.patch
patch -Np1 -i ../02_fix_pkg-config_paths.patch
./configure --prefix=/usr --sysconfdir=/etc
make
make -C gconf/GConf install DESTDIR="${PKG}"
make -C gconf/tools install DESTDIR="${PKG}"
}