1 # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
2 pkgname=perl-panotools-script
5 pkgdesc="Perl/CPAN Module Panotools::Script : Panorama Tools scripting"
7 url="http://search.cpan.org/dist/Panotools-Script/"
10 optdepends=('zenity: GUI' 'enblend-enfuse: enblend-* enfuse-* scripts' \
11 'imagemagick: entile' 'perl-image-size: erect2* and few other scripts' \
12 'hugin: tools for generating panorama projects')
13 source=(http://search.cpan.org/CPAN/authors/id/B/BP/BPOSTLE/Panotools-Script-$pkgver.tar.gz)
14 md5sums=('ae71762999eece850748650e67622636')
17 cd "$srcdir"/Panotools-Script-$pkgver
18 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
23 cd "$srcdir"/Panotools-Script-$pkgver
24 make install DESTDIR="$pkgdir"