# Automatically generated by apkbuild-cpan, template 1 # Maintainer: Natanael Copa pkgname=perl-date-manip _pkgreal=Date-Manip pkgver=6.70 pkgrel=0 pkgdesc="Date manipulation routines" url="http://search.cpan.org/dist/Date-Manip/" arch="noarch" license="GPL PerlArtistic" cpandepends="perl-yaml-syck" cpanmakedepends="perl-test-inter " depends="$cpandepends" makedepends="perl-dev $cpanmakedepends perl-module-build" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$_pkgreal-$pkgver.tar.gz" # FIXME: fix checks on 32bit options="!check" # tests hangs for some reason on 32bit builddir="$srcdir/$_pkgreal-$pkgver" prepare() { cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { cd "$builddir" make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" pure_install || return 1 find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="67550a3f558fa0c075a9fb43bd59b23328d5d55d053c207a92db6a6e18cba6d2f53ca190110d2f1b00338b1e249d7021b3184f3d9f3965cba0160211a64beb26 Date-Manip-6.70.tar.gz"