### this file is sourced not run
PKGVER=1.3.23
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=GraphicsMagick-$PKGVER.tar.xz
MD5SUM=9885ff5d91bc215a0adb3be1185e9777
SRC_URL=http://downloads.sourceforge.net/graphicsmagick/$TARBALL
BUNDLE=

SLACKREQ='freetype2 libjpeg-turbo lcms2 libpng libtiff libX11 libxml2' # libjbig compile-time only
SLACKDESC="graphicsmagick: graphicsmagick $PKGVER (Image converter)  
graphicsmagick:  
graphicsmagick: GraphicsMagick is the swiss army knife of image processing. 
graphicsmagick: Comprised of 282K physical lines (according to David A. 
graphicsmagick: Wheeler'\''s SLOCCount) of source code in the base package (or 
graphicsmagick: 964K including 3rd party libraries) it provides a robust and 
graphicsmagick: efficient collection of tools and libraries which support 
graphicsmagick: reading, writing, and manipulating an image in over 88 major 
graphicsmagick: formats including important formats like DPX, GIF, JPEG, 
graphicsmagick: JPEG-2000, PNG, PDF, PNM, and TIFF.  
graphicsmagick:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --enable-shared --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


