#Maintainer: George Vlahavas pkgname=GConf pkgver=2.24.0 pkgrel=1gv arch=i486 source=(http://ftp.acc.umu.se/pub/GNOME/sources/GConf/2.24/GConf-2.24.0.tar.bz2) sourcetemplate=http://pnboy.pinguix.com/gapan/$arch/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "about-nls") options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "GConf - the GNOME Configuration database system" "GConf is the GNOME Configuration database system. It is intend for" "storing user application preferences." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/etc/gconf/schemas mkdir $startdir/pkg/etc/gconf/gconf.xml.system }