[arch-commits] Commit in perl-file-rsyncp/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Sun Jun 1 03:57:37 UTC 2014


    Date: Sunday, June 1, 2014 @ 05:57:37
  Author: fyan
Revision: 112347

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

Added:
  perl-file-rsyncp/repos/community-staging-i686/
  perl-file-rsyncp/repos/community-staging-i686/PKGBUILD
    (from rev 112346, perl-file-rsyncp/trunk/PKGBUILD)
  perl-file-rsyncp/repos/community-staging-x86_64/
  perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD
    (from rev 112346, perl-file-rsyncp/trunk/PKGBUILD)

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

Copied: perl-file-rsyncp/repos/community-staging-i686/PKGBUILD (from rev 112346, perl-file-rsyncp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-06-01 03:57:37 UTC (rev 112347)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.70
+pkgrel=4
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs' '!makeflags')
+url='http://search.cpan.org/dist/File-RsyncP'
+source=("http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz")
+md5sums=('f244372d15a2991b8700f62e73ac51e4')
+
+build() {
+  cd File-RsyncP-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-RsyncP-$pkgver
+  make test
+}
+
+package() {
+  cd File-RsyncP-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD (from rev 112346, perl-file-rsyncp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-06-01 03:57:37 UTC (rev 112347)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.70
+pkgrel=4
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs' '!makeflags')
+url='http://search.cpan.org/dist/File-RsyncP'
+source=("http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz")
+md5sums=('f244372d15a2991b8700f62e73ac51e4')
+
+build() {
+  cd File-RsyncP-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-RsyncP-$pkgver
+  make test
+}
+
+package() {
+  cd File-RsyncP-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list