#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=gconfmm pkgver=2.28.2 pkgrel=1gv source=("http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.28/gconfmm-2.28.2.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 --disable-documentation --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }