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

Eric Bélanger eric at nymeria.archlinux.org
Sat Feb 2 20:10:36 UTC 2013


    Date: Saturday, February 2, 2013 @ 21:10:36
  Author: eric
Revision: 176944

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-02 20:09:42 UTC (rev 176943)
+++ PKGBUILD	2013-02-02 20:10:36 UTC (rev 176944)
@@ -1,38 +0,0 @@
-# Maintainer: Dan McGee <dan at archlinux.org>
-# Contributor: AUR Perl <aurperl at juster.info>
-
-pkgname=perl-file-copy-recursive
-pkgver=0.38
-pkgrel=2
-pkgdesc="extension for recursively copying files and directories"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/File-Copy-Recursive'
-source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz")
-md5sums=('e76dc75ab456510d67c6c3a95183f72f')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-    PERL_AUTOINSTALL=--skipdeps \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-    MODULEBUILDRC=/dev/null
-
-  cd "$srcdir/File-Copy-Recursive-$pkgver"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/File-Copy-Recursive-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-  make test
-}
-
-package() {
-  cd "$srcdir/File-Copy-Recursive-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-file-copy-recursive/repos/extra-any/PKGBUILD (from rev 176943, perl-file-copy-recursive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-02 20:10:36 UTC (rev 176944)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: AUR Perl <aurperl at juster.info>
+
+pkgname=perl-file-copy-recursive
+pkgver=0.38
+pkgrel=2
+pkgdesc="extension for recursively copying files and directories"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/File-Copy-Recursive'
+source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Copy-Recursive-$pkgver.tar.gz")
+md5sums=('e76dc75ab456510d67c6c3a95183f72f')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-$pkgver"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list