1 pkgname=perl-gtk2-unique
5 pkgdesc="Perl bindings for the C library libunique"
7 url="http://search.cpan.org/~potyl/Gtk2-Unique/"
8 license=('LGPL' 'Perl')
9 depends=('perl' 'gtk2-perl' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'libunique')
10 options=('!emptydirs')
11 source=(http://search.cpan.org/CPAN/authors/id/P/PO/POTYL/$_realname-0.05.tar.gz)
12 md5sums=('0beb552933b765a017588563a71af123')
15 cd $srcdir/$_realname-$pkgver
16 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
18 make install DESTDIR=$pkgdir
19 find $pkgdir -name '.packlist' -delete
20 find $pkgdir -name '*.pod' -delete