1 # CPAN Name : Software-License-GPL3andArtistic2
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 1.04
4 # Template @ http://github.com/xenoterracide/AURpan/blob/master/perl-software-license-gpl3andartistic2/PKGBUILD.tt
5 # File bugs @ http://github.com/xenoterracide/AURpan/issues
7 pkgname='perl-software-license-gpl3andartistic2'
10 pkgdesc="GPL 3 and Artistic 2.0 Dual License"
12 url='http://search.cpan.org/dist/Software-License-GPL3andArtistic2'
13 license=('PerlArtistic' 'GPL')
14 depends=('perl>=5.004' 'perl-software-license')
17 options=('!emptydirs')
19 source=('http://search.cpan.org/CPAN/authors/id/X/XE/XENO/Software-License-GPL3andArtistic2-0.07.tar.gz')
20 md5sums=('8a33850c4f8606726ef8dac23b4dea8d')
23 DIST_DIR="${srcdir}/Software-License-GPL3andArtistic2-0.07"
24 export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
25 PERL_AUTOINSTALL=--skipdeps \
26 PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
27 PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
28 MODULEBUILDRC=/dev/null
31 perl Makefile.PL INSTALLDIRS=vendor &&
34 make DESTDIR="$pkgdir" install;
37 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete