# Maintainer: Luis Henrique # Mandatory pkgname=svp pkgver=0.3 pkgrel=1lm source=("http://www.svgalib.org/matan/svp/svp-0.3.tar.gz") # Optional docs=("README") url="http://www.svgalib.org/matan/svp" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "svp (A ghostscript front end for svgalib)" "This program uses ghostscript to display postscript and PDF" "files using svgalib. The interface is similar to tmview (dvi" "viewer for svgalib)." ) build() { cd $startdir/src/$pkgname-$pkgver make # Install the program /usr/bin/ginstall -d -m 0755 $startdir/pkg/usr/bin /usr/bin/ginstall -m 0755 svp $startdir/pkg/usr/bin }