[arch-commits] Commit in perl-datetime-format-builder/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Jun 2 07:15:42 UTC 2017


    Date: Friday, June 2, 2017 @ 07:15:41
  Author: felixonmars
Revision: 232941

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime-format-builder/repos/community-staging-i686/
  perl-datetime-format-builder/repos/community-staging-i686/PKGBUILD
    (from rev 232940, perl-datetime-format-builder/trunk/PKGBUILD)
  perl-datetime-format-builder/repos/community-staging-x86_64/
  perl-datetime-format-builder/repos/community-staging-x86_64/PKGBUILD
    (from rev 232940, perl-datetime-format-builder/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: perl-datetime-format-builder/repos/community-staging-i686/PKGBUILD (from rev 232940, perl-datetime-format-builder/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-02 07:15:41 UTC (rev 232941)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-datetime-format-builder
+pkgver=0.8100
+pkgrel=2
+pkgdesc="Create DateTime parser classes and objects"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+provides=('perl-datetime-format-builder=0.80')
+depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72')
+url='http://search.cpan.org/dist/DateTime-Format-Builder'
+source=('http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz')
+md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136')
+
+build() {
+  export PERL_MM_USE_DEFAULT=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
+}

Copied: perl-datetime-format-builder/repos/community-staging-x86_64/PKGBUILD (from rev 232940, perl-datetime-format-builder/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-02 07:15:41 UTC (rev 232941)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-datetime-format-builder
+pkgver=0.8100
+pkgrel=2
+pkgdesc="Create DateTime parser classes and objects"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+provides=('perl-datetime-format-builder=0.80')
+depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72')
+url='http://search.cpan.org/dist/DateTime-Format-Builder'
+source=('http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz')
+md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136')
+
+build() {
+  export PERL_MM_USE_DEFAULT=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
+}



More information about the arch-commits mailing list