#Maintainer: R S Ananda Murthy pkgname=pstoedit pkgver=3.60 pkgrel=1 zenver=72 arch=i486 source=('http://downloads.sourceforge.net/project/pstoedit/pstoedit/3.60/pstoedit-3.60.tar.gz') sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/pstoedit/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.helga-glunz.homepage.t-online.de/pstoedit/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pstoedit (translates PostScript and PDF graphics to other formats" "pstoedit translates PostScript and PDF graphics into other vector" "formats." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }