[arch-commits] Commit in perl-file-copy-recursive/repos (extra-any extra-any/PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue Jun 24 02:26:45 UTC 2014


    Date: Tuesday, June 24, 2014 @ 04:26:45
  Author: fyan
Revision: 215403

archrelease: copy trunk to extra-any

Added:
  perl-file-copy-recursive/repos/extra-any/
  perl-file-copy-recursive/repos/extra-any/PKGBUILD
    (from rev 215402, perl-file-copy-recursive/trunk/PKGBUILD)

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

Copied: perl-file-copy-recursive/repos/extra-any/PKGBUILD (from rev 215402, perl-file-copy-recursive/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2014-06-24 02:26:45 UTC (rev 215403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-file-copy-recursive
+pkgver=0.38
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz")
+sha512sums=('49e5dbfc5bdbc554ad8a019c25db85ebfa55765a73758d95271b5f3de9550fd68b4d99aa287898d86bc6c11ea8de97469a85c53d4ad8534594b411be1f18eb87')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+




More information about the arch-commits mailing list