summaryrefslogtreecommitdiffstats
path: root/abs/core/perl_modules/perl-datetime-format-builder
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 17:54:22 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 17:54:22 (GMT)
commitff0f7cee2dc2b420e257313fef663a3f78bbc800 (patch)
tree7af473b8667e5c685144e8123934878b79896412 /abs/core/perl_modules/perl-datetime-format-builder
parent16a043fed17ea05b6d6ca012ff09b71008562790 (diff)
downloadlinhes_pkgbuild-ff0f7cee2dc2b420e257313fef663a3f78bbc800.zip
linhes_pkgbuild-ff0f7cee2dc2b420e257313fef663a3f78bbc800.tar.gz
linhes_pkgbuild-ff0f7cee2dc2b420e257313fef663a3f78bbc800.tar.bz2
perl_modules: updated to many to list
Diffstat (limited to 'abs/core/perl_modules/perl-datetime-format-builder')
-rw-r--r--abs/core/perl_modules/perl-datetime-format-builder/PKGBUILD22
1 files changed, 12 insertions, 10 deletions
diff --git a/abs/core/perl_modules/perl-datetime-format-builder/PKGBUILD b/abs/core/perl_modules/perl-datetime-format-builder/PKGBUILD
index 10df715..71c3ed6 100644
--- a/abs/core/perl_modules/perl-datetime-format-builder/PKGBUILD
+++ b/abs/core/perl_modules/perl-datetime-format-builder/PKGBUILD
@@ -1,9 +1,9 @@
-# CPAN Name : DateTime-Format-Builder
+# $Id: PKGBUILD 65778 2012-02-22 12:27:49Z spupykin $
# Contributor: Caleb Cushing <xenoterracide@gmail.com>
-# Generator : CPANPLUS::Dist::Arch 0.18
+
pkgname=perl-datetime-format-builder
pkgver=0.8000
-pkgrel=3
+pkgrel=6
pkgdesc="Create DateTime parser classes and objects"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -15,14 +15,16 @@ source=('http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Bui
md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136')
build() {
- DIST_DIR="${srcdir}/DateTime-Format-Builder-0.80"
export PERL_MM_USE_DEFAULT=1
- { cd "$DIST_DIR" &&
- perl Makefile.PL INSTALLDIRS=vendor &&
- make &&
- make test &&
- make DESTDIR="$pkgdir" install;
- } || return 1;
+
+ cd "${srcdir}/DateTime-Format-Builder-0.80"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "${srcdir}/DateTime-Format-Builder-0.80"
+ make DESTDIR="$pkgdir" install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}