#Maintainer: George Vlahavas pkgname=inkscape pkgver=0.48.1 pkgrel=3gv source=("http://downloads.sourceforge.net/inkscape/inkscape-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.inkscape.org/ doinst() { if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi } 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 \ --with-perl \ --with-python \ --without-gnome-vfs \ --with-xft \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }