aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-datetime-format-builder/APKBUILD
blob: 4978793c7897a265177ccb382dbb6a935f685898 (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
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=perl-datetime-format-builder
_pkgreal=DateTime-Format-Builder
pkgver=0.81
pkgrel=0
pkgdesc="Create DateTime parser classes and objects."
url="http://search.cpan.org/dist/DateTime-Format-Builder/"
arch="noarch"
license="Artistic-2"
cpandepends="perl-datetime-format-strptime perl-datetime perl-class-factory-util perl-params-validate"
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	default_prepare || return 1

	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$builddir"
	export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
	make && make test
}

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

md5sums="21d950a9425c0173d6191697bf9dc4dc  DateTime-Format-Builder-0.81.tar.gz"
sha256sums="7cd58a8cb53bf698407cc992f89e4d49bf3dc55baf4f3f00f1def63a0fff33ef  DateTime-Format-Builder-0.81.tar.gz"
sha512sums="617cf72e900d9bb17fd5c3cfbfa1874bf1c34de144514ea4cabd7b66eb682696b9c9501e66db1073da59c5e8278e6878b893876a1a7f11a9c011dbae44ebdd57  DateTime-Format-Builder-0.81.tar.gz"