# Tanım: Gnome uygulamalari icin konfigurasyon database 
# URL: http://www.gnome.org/
# Paketçi: milisarge
# Gerekler: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit

isim=gconf
surum=3.2.6
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/GConf/${surum%.*}/GConf-$surum.tar.xz)

derle() {
cd GConf-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--libexecdir=/usr/lib/GConf \
--mandir=/usr/share/man \
--disable-orbit
make
make DESTDIR=$PKG install
ln -s gconf.xml.defaults $PKG/etc/gconf/gconf.xml.system
}
