#Packager: George Vlahavas pkgname=dconf pkgver=0.12.1 pkgrel=1rl source=("ftp://ftp.gnome.org/pub/gnome/sources/dconf/0.12/dconf-0.12.1.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://live.gnome.org/dconf doinst() { # compile schemas if [ -x usr/bin/glib-compile-schemas ]; then usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dconf (a low-level configuration system)" "dconf is a low-level configuration system. Its main purpose is to" "provide a backend to GSettings on platforms that don't already have" "configuration storage systems." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-gtk-doc \ --disable-gtk-doc-html \ --disable-gtk-doc-pdf \ --disable-schemas-compile \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }