1 # $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
2 # Maintainer: tobias <tobias@archlinux.org>
3 # Contributor: Tobias Kieslich <tobias@justdreams.de>
8 pkgdesc="basic library to calculate panoramical pictures - core functions of the panotools"
9 url="http://panotools.sourceforge.net/"
12 depends=('libpng' 'libtiff')
15 source=(http://dl.sourceforge.net/sourceforge/panotools/$pkgname-$pkgver.tar.gz)
16 md5sums=('d4eae64c292bff3001ef3eef0fc9cb94')
19 cd $startdir/src/$pkgname-$pkgver
20 sed -i 's:\(^.*MAX_FISHEYE_FOV.*\)160.*$:\1720.0:' filter.h
21 ./configure --prefix=/usr --with-java=/opt/java
23 make DESTDIR=$startdir/pkg install