#Packager: George Vlahavas pkgname=GraphicsMagick pkgver=1.3.7 pkgrel=1gv arch=x86_64 source=(http://freefr.dl.sourceforge.net/project/graphicsmagick/graphicsmagick/$pkgver/GraphicsMagick-$pkgver.tar.bz2) docs=("readme" "install-unix.txt" "copying" "changelog.*" "authors" "news" "todo") url=http://www.graphicsmagick.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "GraphicsMagick (A comprehensive image processing rendering system)" "GraphicsMagick is a robust collection of tools and libraries which" "support reading, writing, and manipulating an image in over 88 major" "formats including popular formats like TIFF, JPEG, JPEG-2000, PNG," "PDF, PhotoCD, SVG, and GIF." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --enable-shared make || return 1 make install DESTDIR=$startdir/pkg }