aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-datetime-locale/APKBUILD
blob: bdbd2d6bb577a82820d87e3121cf2c3198b866c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-datetime-locale
pkgver=1.22
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 perl-ipc-system-simple"
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="ce2c82a3a2cd42b46dbfb55ff2964e090548e79f266eed42e4ad2be53da0d0ac6808fe7d05ce8ae197982e5b86a00d625bb8087898b72b5d914e0027da27b13f  DateTime-Locale-1.22.tar.gz"