updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / perl-log-dispatch-file-stamped / PKGBUILD
blob3beb87ba95ac0ba96bf7076fe9422e5d53f0407b
1 # Contributor: Anonymous
2 # Generator  : CPANPLUS::Dist::Arch 1.13
4 pkgname='perl-log-dispatch-file-stamped'
5 pkgver='0.10'
6 pkgrel='1'
7 pkgdesc="Logging to date/time stamped files"
8 arch=('any')
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl-log-dispatch')
12 makedepends=()
13 url='http://search.cpan.org/dist/Log-Dispatch-File-Stamped'
14 source=("http://search.cpan.org/CPAN/authors/id/C/CH/CHOLET/Log-Dispatch-File-Stamped-${pkgver}.tar.gz")
15 md5sums=('620c6d87f7a7e0a11b5dfd7f64356400')
16 sha512sums=('227e49d368f784af81978bfe1dd61b92cd8411588d5d6911acb090c123b361170b1da195517539506f1a20955ea4a7b04fbefe8dc26b84b7286f785379eb0090')
17 _distdir="${srcdir}/Log-Dispatch-File-Stamped-${pkgver}"
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: