summaryrefslogtreecommitdiffstats
path: root/main/perl-datetime/APKBUILD
blob: 3d0a0ee82006459d6ccf488d0b5dbaf0655797b2 (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
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-datetime
pkgver=1.08
pkgrel=0
pkgdesc="DateTime perl module"
url="http://search.cpan.org/dist/DateTime/"
arch="all"
license="GPLv2 or Artistic"
depends="perl perl-datetime-locale perl-test-exception perl-math-round
	perl-datetime-timezone"
makedepends="perl-dev"
install=""
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz"

_builddir="$srcdir"/DateTime-$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"
	unset CFLAGS
	perl Build.PL installdirs=vendor || return 1
	./Build
}

package() {
	cd "$_builddir"
	./Build install destdir="$pkgdir"
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="e928c3cdf31b7e39b2f7865f4037ce8b  DateTime-1.08.tar.gz"
sha256sums="4eab62ae4b83eca89bb1ad4f5dca787fc806c1bd938f4ce4bae1ba8c6b585046  DateTime-1.08.tar.gz"
sha512sums="37f0b24ef2173aefcce2197e54e6676371eb699f4e8cc7402707928edc5cd3ee1bb98c876231060cf70aa29fa83e50fb397f126d6717f92bc67b745bc51969cb  DateTime-1.08.tar.gz"