#Maintainer: R S Ananda Murthy pkgname=pdf2svg pkgver=0.2.1 pkgrel=1 zenver=66 arch=i486 source=("http://www.cityinthesky.co.uk/files/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "todo") url=http://www.cityinthesky.co.uk/pdf2svg.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pdf2svg (A utility to convert PDF files to SVG files)" "A utility to convert PDF files to SVG files which can be edited in" "Inkscape." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }