1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: Olaf Leidinger <leidola@newcon.de>
4 pkgname=perl-gtk2-imageview
7 pkgdesc="Perl bindings to the GtkImageView image viewer widget"
9 url="http://search.cpan.org/dist/Gtk2-ImageView/"
11 depends=('cairo-perl>=1.00' 'glib-perl' 'gtk2-perl' 'gtkimageview>=1.6.0')
12 makedepends=('perl-extutils-depends' 'perl-extutils-pkgconfig')
13 options=('!emptydirs')
14 source=(http://search.cpan.org/CPAN/authors/id/R/RA/RATCLIFFE/Gtk2-ImageView-$pkgver.tar.gz)
15 md5sums=('7c961071b347b6a64b8351fdd87ec4c0')
18 cd "$srcdir/Gtk2-ImageView-$pkgver"
19 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
24 cd "$srcdir/Gtk2-ImageView-$pkgver"
25 make DESTDIR="$pkgdir" install