summaryrefslogtreecommitdiffstats
path: root/main/perl-datetime-timezone/APKBUILD
blob: 8dc9d45f32cf862a0dc60051fd2a192c1d5cefb9 (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
39
40
41
42
43
44
45
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-datetime-timezone
pkgver=1.65
pkgrel=0
pkgdesc="DateTime::TimeZone perl module"
url="http://search.cpan.org/dist/DateTime-TimeZone/"
arch="noarch"
license="GPLv2 or Artistic"
depends="perl perl-class-load perl-params-validate perl-class-singleton"
makedepends="perl-dev perl-test-requires"
install=""
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz"

_builddir="$srcdir"/DateTime-TimeZone-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$_builddir"
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1

	# No tests - tests depend on perl-datetime, but on the otherhand
	# that package has a hard dependency on this one.
	# Thus break circular build dependency by skipping tests.
	make || return 1
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="6f7e21d55cbd6a1a5e10df574adb5c7a  DateTime-TimeZone-1.65.tar.gz"
sha256sums="57040967e0201068a5c38a194bfbdbee165681641b2c99514f3798eac64ef2b5  DateTime-TimeZone-1.65.tar.gz"
sha512sums="eb4bd24b1438649d83a6d32089085a861b235553dc9e4e6425d8591f46898b41457110267aa8d58046ff6862bc8d9fa3b8325363786cace8853d5e14325307dd  DateTime-TimeZone-1.65.tar.gz"