updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / perl-fennec-lite / PKGBUILD
blobc8bc7755d5bbdb1cec6e7045bde10ab5be7fd81b
1 # Contributor: Justin Davis <jrcd83@gmail.com>
2 # Generator  : CPANPLUS::Dist::Arch 1.10
4 pkgname='perl-fennec-lite'
5 pkgver='0.004'
6 pkgrel='1'
7 pkgdesc="Minimalist Fennec, the commonly used bits."
8 arch=('any')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl')
12 makedepends=()
13 url='http://search.cpan.org/dist/Fennec-Lite'
14 source=('http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Fennec-Lite-0.004.tar.gz')
15 md5sums=('e0a373981c6758490667fffc6bca8156')
17 build() {
18   PERL=/usr/bin/perl
19   DIST_DIR="${srcdir}/Fennec-Lite-0.004"
20   export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
21     PERL_AUTOINSTALL=--skipdeps                            \
22     PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
23     PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
24     MODULEBUILDRC=/dev/null
26   cd "$DIST_DIR"
27   $PERL Build.PL
28   $PERL Build
29   $PERL Build test
30   $PERL Build install
31   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
34 # Local Variables:
35 # mode: shell-script
36 # sh-basic-offset: 2
37 # End:
38 # vim:set ts=2 sw=2 et: