updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / perl-datetime-format-sqlite / PKGBUILD
blob6c8e916e103430107fe170302ee8fea2c77baeae
1 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
2 # Generator  : CPANPLUS::Dist::Arch 0.16
3 pkgname='perl-datetime-format-sqlite'
4 pkgver='0.11'
5 pkgrel='1'
6 pkgdesc="Parse and format SQLite dates and times"
7 arch=('i686' 'x86_64')
8 license=('PerlArtistic' 'GPL')
9 options=('!emptydirs')
10 depends=('perl' 'perl-datetime>=0.1' 'perl-datetime-format-builder>=0.6')
11 url='http://search.cpan.org/dist/DateTime-Format-SQLite'
12 source=('http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/DateTime-Format-SQLite-0.11.tar.gz')
13 md5sums=('9cc9cc861407a1bbc696226605279842')
15 build() {
16   _DISTDIR="${srcdir}/DateTime-Format-SQLite-0.11"
17   export PERL_MM_USE_DEFAULT=1
18   { cd "$_DISTDIR" &&
19     perl Makefile.PL INSTALLDIRS=vendor &&
20     make &&
21     make test &&
22     make DESTDIR="${pkgdir}/" install;
23   } || return 1;
25   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete