# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-datetime-locale pkgver=1.18 pkgrel=0 pkgdesc="DateTime::Locale perl module" url="http://search.cpan.org/dist/DateTime-Locale" arch="noarch" license="Artistic-1.0-Perl GPL-1.0-or-later" depends="perl perl-cpan-meta-check perl-dist-checkconflicts perl-file-sharedir perl-file-sharedir-install perl-list-moreutils perl-namespace-autoclean perl-params-validate perl-params-validationcompiler perl-scalar-list-utils perl-test-fatal perl-test-requires perl-test-warnings" checkdepends="perl-test-file-sharedir" makedepends="perl-dev" install="" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz" builddir="$srcdir"/DateTime-Locale-$pkgver build() { cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="0e8fcf954cd25c9a42d957cf30608730778ce118cfb12c459d840fdc5c68eab61713a242db0ff3e36eb1b72332a73e5168bc2796ddb65f1cbcf5a99a96037872 DateTime-Locale-1.18.tar.gz"