updated on Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git] / perl-lwp-online / PKGBUILD
blob4c9ea3e346cee189aba17fa9cc7efc2c813da628
1 # Contributor: Justin Davis <jrcd83@gmail.com>
2 # Generator  : CPANPLUS::Dist::Arch 1.18
4 pkgname='perl-lwp-online'
5 pkgver='1.08'
6 pkgrel='1'
7 pkgdesc="Does your process have access to the web"
8 arch=('any')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl>=5.005' 'perl-libwww' 'perl-uri>=1.35')
12 makedepends=()
13 url='http://search.cpan.org/dist/LWP-Online'
14 source=('http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/LWP-Online-1.08.tar.gz')
15 md5sums=('20e25b3af8b84a493c730249c2a9c50d')
16 sha512sums=('2b255f60ee6521757ce3d49cc0720e3985ff17e3db7b7868ced6a9e1c5444dc067c80b7d34dbe7be9679c134f3de1dbe0e9421a1a20ff388c812aacd1d964497')
17 _distdir="${srcdir}/LWP-Online-1.08"
19 build() {
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 "$_distdir"
27     /usr/bin/perl Makefile.PL
28     make
29   )
32 check() {
33   cd "$_distdir"
34   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
35     make test
36   )
39 package() {
40   cd "$_distdir"
41   make install
42   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
45 # Local Variables:
46 # mode: shell-script
47 # sh-basic-offset: 2
48 # End:
49 # vim:set ts=2 sw=2 et: