#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=gconfmm pkgver=2.24.0 pkgrel=1gv arch=x86_64 source=("http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.24/gconfmm-2.24.0.tar.bz2") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/gconfmm 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 --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }