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

# source: post BLFS 7.8 2015-12-31
TARBALL=cairo-$PKGVER.tar.xz
MD5SUM=23a0b2f0235431d35238df1d3a517fdb
SRC_URL=http://cairographics.org/releases/$TARBALL
BUNDLE=

SLACKREQ='libpng glib pixman fontconfig libX11 mesa libdrm'
SLACKDESC="cairo: cairo $PKGVER (Advanced 2D graphics library)  
cairo:  
cairo: Cairo is a 2D graphics library with support for multiple output 
cairo: devices. Currently supported output targets include the X Window 
cairo: System, win32, image buffers, PostScript, PDF and SVG. Experimental 
cairo: backends include OpenGL, Quartz and XCB file output. Cairo is designed 
cairo: to produce consistent output on all output media while taking advantage 
cairo: of display hardware acceleration when available (e.g., through the X 
cairo: Render Extension). The Cairo API provides operations similar to the 
cairo: drawing operators of PostScript and PDF.  
cairo:
"

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


