[arch-commits] Commit in (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Jun 24 02:25:51 UTC 2014


    Date: Tuesday, June 24, 2014 @ 04:25:51
  Author: fyan
Revision: 215401

addpkg: perl-file-copy-recursive 0.38-1

Added:
  perl-file-copy-recursive/
  perl-file-copy-recursive/repos/
  perl-file-copy-recursive/trunk/
  perl-file-copy-recursive/trunk/PKGBUILD

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

Added: perl-file-copy-recursive/trunk/PKGBUILD
===================================================================
--- perl-file-copy-recursive/trunk/PKGBUILD	                        (rev 0)
+++ perl-file-copy-recursive/trunk/PKGBUILD	2014-06-24 02:25:51 UTC (rev 215401)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 211989 2014-05-03 17:58:06Z fyan $
+# 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