aboutsummaryrefslogtreecommitdiffstats
path: root/main/perl-datetime-locale/APKBUILD
blob: 1e5406cfdedb3c32aeede877d887497208ea7c4c (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
38
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-datetime-locale
pkgver=1.17
pkgrel=0
pkgdesc="DateTime::Locale perl module"
url="http://search.cpan.org/dist/DateTime-Locale/"
arch="noarch"
license="GPL-2.0 or Artistic"
depends="perl perl-list-moreutils perl-params-validate perl-dist-checkconflicts
	perl-cpan-meta-check perl-test-fatal perl-test-requires perl-test-warnings
	perl-scalar-list-utils perl-params-validationcompiler perl-file-sharedir
	perl-file-sharedir-install perl-namespace-autoclean"
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="2e5ab954efe1b03f646b20c5e9a6cfe647511484dd210c2e1adce0936d6c94eae48d7c83083ad74c37b0a822fcf096ae57d34fbfb2cdacdca42c22f5de10c1cd  DateTime-Locale-1.17.tar.gz"