summaryrefslogtreecommitdiff
path: root/community/perl-datetime/PKGBUILD
blob: 439c11cb62adbcc7391e091cb29119f9ab392450 (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
# $Id: PKGBUILD 35604 2010-12-21 22:55:11Z tdziedzic $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>

pkgname=perl-datetime
pkgver=0.66
pkgrel=2
pkgdesc="A complete, easy to use date and time object"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/DateTime"
license=('GPL' 'PerlArtistic')
depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41' 'perl-params-validate>=0.76')
LC_NUMERIC=C
provides=("perl-datetime=`printf %.4f $pkgver`")
options=('!emptydirs' 'force')
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
md5sums=('9399b5b430da65ac0b9056c0182a805b')

build() {
  cd  $srcdir/DateTime-$pkgver

  perl Build.PL installdirs=vendor destdir="$pkgdir/"
  ./Build
#  ./Build test
  ./Build install

  find $pkgdir -name '.packlist' -delete
  find $pkgdir -name '*.pod' -delete
}