#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=libgnomecanvasmm pkgver=2.26.0 pkgrel=1 zenver=62 arch=i686 source=("http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvasmm/2.26/libgnomecanvasmm-2.26.0.tar.bz2") sourcetemplate=http://pnboy.pinguix.com/gapan/gnome/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/libgnomecanvasmm options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgnomecanvasmm provides a C++ Interface for libgnomecanvas" "libgnomecanvas is a high-level, structured graphics library and" "libgnomecanvasmm is the C++ wrapper for libgnomecanvas." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }