#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=gconfmm pkgver=2.28.3 pkgrel=1 zenver=72 arch=i686 source=("http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.28/gconfmm-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/gconfmm options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gconfmm provides C++ wrappers for GConf" "gconfmm (previously known as GConf--) is a set of C++ wrappers for" "GConf, for use with gtkmm (particularly GConfClient). It complements" "gnomemm, the GNOME2 version." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }