updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / perl-pod-spelling / PKGBUILD
blob8cd89bce9c01b0462200635b08af75a85d5933c2
1 # Contributor: minimalist <minimalist@lavabit.com>
2 # Generator  : CPANPLUS::Dist::Arch 1.13
4 pkgname='perl-pod-spelling'
5 pkgver='0.13'
6 pkgrel='1'
7 pkgdesc="Send POD to a spelling checker"
8 arch=('any')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl-pod-pom>=0.04')
12 makedepends=('perl-test-pod')
13 url='http://search.cpan.org/dist/Pod-Spelling'
14 source=('http://search.cpan.org/CPAN/authors/id/L/LG/LGODDARD/Pod-Spelling-0.13.tar.gz')
15 md5sums=('62fe0873c0768a13423c085c4a8e71df')
16 _distdir="${srcdir}/Pod-Spelling-0.13"
18 build() {
19   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
20       PERL_AUTOINSTALL=--skipdeps                            \
21       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
22       PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
23       MODULEBUILDRC=/dev/null
25     cd "$_distdir"
26     /usr/bin/perl Makefile.PL
27     make
28   )
31 check() {
32   cd "$_distdir"
33   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
34     make test
35   )
38 package() {
39   cd "$_distdir"
40   make install
41   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
44 # Local Variables:
45 # mode: shell-script
46 # sh-basic-offset: 2
47 # End:
48 # vim:set ts=2 sw=2 et: