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

# source: james
TARBALL=libart_lgpl-2.3.21.tar.bz2
MD5SUM=08559ff3c67fd95d57b0c5e91a6b4302 
SRC_URL=http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='libart: libart 2.3.21 (2D drawing library)  
libart:  
libart: A library of functions for 2D graphics supporting a superset of the 
libart: PostScript imaging model, designed to be integrated with graphics, 
libart: artwork, and illustration programs. It is written in optimized C, and 
libart: is fully compatible with C++. With a small footprint of 10,000 lines 
libart: of code, it is especially suitable for embedded applications.  
libart: 
libart: 
libart: 
libart: 
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	
	# multilib
	mv -v /usr/bin/libart2-config{,-64} &&
	ln -sfv multiarch_wrapper /usr/bin/libart2-config
}


