1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: François Charette <firmicus ατ gmx δοτ net>
7 pkgdesc="Perl bindings to create and manipulate PAR distributions"
9 url="http://search.cpan.org/dist/PAR-Dist/"
10 license=('GPL' 'PerlArtistic')
12 options=('!emptydirs')
13 source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/PAR-Dist-$pkgver.tar.gz)
14 md5sums=('ea5fd9791e40f7c2524a45139bea23a2')
17 cd "$srcdir/PAR-Dist-$pkgver"
18 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
23 cd "$srcdir/PAR-Dist-$pkgver"
24 make install DESTDIR="$pkgdir"