#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=inkscape
pkgver=0.47
pkgrel=1gv
arch=i486
source=("http://downloads.sourceforge.net/inkscape/inkscape-$pkgver.tar.gz")
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://www.inkscape.org/

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"inkscape - an Open Source vector graphics editor"
"Inkscape is an Open Source vector graphics editor, with capabilities"
"similar to Illustrator, CorelDraw, or Xara X, using the W3C standard"
"Scalable Vector Graphics (SVG) file format. Inkscape supports many"
"advanced SVG features (markers, clones, alpha blending, etc.) and"
"great care is taken in designing a streamlined interface. It is very"
"easy to edit nodes, perform complex path operations, trace bitmaps and"
"much more. We also aim to maintain a thriving user and developer"
"community by using open, community-oriented development."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-lcms --enable-poppler-cairo
	make || return 1
	make install DESTDIR=$startdir/pkg
}