#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=libgdiplus pkgver=2.10 pkgrel=1 zenver=72 arch=i486 source=("http://ftp.novell.com/pub/mono/sources/$pkgname/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "license" "copying" "changelog" "authors" "news" "todo") url="http://mono-project.com/Libgdiplus" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libgdiplus - a GDI+ comptible API on non-Windows operating systems" "Libgdiplus is the Mono library that provide a GDI+ comptible API on" "non-Windows operating systems. Our implementation uses Cairo" "(http://www.cairographics.org) to do most of the heavy lifting." "Mono's implementation of GDI+ lives in the libgdiplus SVN module" "(http://anonsvn.mono-project.com/viewvc/trunk/libgdiplus/) and" "includes it's own internal copy of Cairo (version 1.6.4) but will use" "a newer system version when available (since Mono 2.4)." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --without-libpng make || return 1 make install DESTDIR=$startdir/pkg }