#Maintainer: George Vlahavas (vlahavas~AT~gmail~DOT~com, gapan@zenwalk forums) pkgname=cairomm pkgver=1.4.8 pkgrel=1 zenver=52 arch=i486 source=("http://cairographics.org/releases/cairomm-1.4.8.tar.gz") docs=("readme" "install" "copying*" "changelog" "authors" "news" "todo" "maintainers") url=http://cairographics.org/cairomm/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "cairomm - A C++ Wrapper for Cairo" "Cairomm is a C++ wrapper for the cairo graphics library. It offers all" "the power of cairo with an interface familiar to C++ developers," "including use of the Standard Template Library where it makes sense." "Cairomm wraps all relevant parts of the cairo API and is API/ABI" "stable. It is used by gtkmm since version 2.10.x" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }