1 # Maintainer: Orlando Garcia Feal <rodland at gmail dot com>
8 pkgdesc="pslib is a C-library to create PostScript files on the fly"
9 url="http://pslib.sourceforge.net"
10 depends=('glibc' 'libjpeg' 'libpng' 'libtiff' 'libungif' 'perl' 'perlxml')
11 source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
12 md5sums=('03f39393628a6d758799b9f845047e27')
15 cd $startdir/src/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make DESTDIR=$startdir/pkg install