[arch-commits] Commit in perl-date-manip/repos (testing-any testing-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Mar 3 07:18:38 UTC 2016


    Date: Thursday, March 3, 2016 @ 08:18:38
  Author: fyan
Revision: 260568

archrelease: copy trunk to testing-any

Added:
  perl-date-manip/repos/testing-any/
  perl-date-manip/repos/testing-any/PKGBUILD
    (from rev 260567, perl-date-manip/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: perl-date-manip/repos/testing-any/PKGBUILD (from rev 260567, perl-date-manip/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-03-03 07:18:38 UTC (rev 260568)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-date-manip
+pkgver=6.53
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/"
+depends=('perl')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz")
+md5sums=('d78f6e1857e74aa4883482348fca4668')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  make test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list