# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-datetime pkgver=1.09 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="5bd3b4145ea08df1af71f2e8979ca178 DateTime-1.09.tar.gz" sha256sums="641f7dc8f7440d09e420b2268eb5b57db311e71ff66dbba04d33246903302148 DateTime-1.09.tar.gz" sha512sums="ca720433f6fd8b19f21218c47309738a608c6efbaf72495eaafd7b9443731c355f72038ca46755ad696475b02579ca50dcf81342d8ea9dc5f92a84748bcc264c DateTime-1.09.tar.gz"