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

# source: BLFS post 7.8 2016-01-22
TARBALL=inkscape-$PKGVER.tar.bz2
MD5SUM=278dfa4514adcde23546370ec2c84581
SRC_URL=https://launchpad.net/inkscape/0.91.x/0.91/+download/$TARBALL
BUNDLE=

SLACKREQ='libgc libgsl libboost-common libxslt gtk2mm poppler libpopt aspell'
SLACKDESC="inkscape: inkscape $PKGVER (SVG editor)  
inkscape:  
inkscape: Inkscape is a what you see is what you get Scalable Vector Graphics 
inkscape: editor. It is useful for creating, viewing and changing SVG images. 
inkscape: It is also a versatile vector drawing program.  
inkscape: 
inkscape: 
inkscape: 
inkscape: 
inkscape: 
inkscape: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	export CXXFLAGS="$CXXFLAGS -g -Os -std=c++11"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


