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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun May 19 23:18:09 UTC 2013


    Date: Monday, May 20, 2013 @ 01:18:09
  Author: seblu
Revision: 91130

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 91129, perl-file-rsyncp/trunk/PKGBUILD)
  perl-file-rsyncp/repos/community-staging-x86_64/
  perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD
    (from rev 91129, 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 91129, perl-file-rsyncp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-05-19 23:18:09 UTC (rev 91130)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.70
+pkgrel=3
+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 91129, perl-file-rsyncp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-05-19 23:18:09 UTC (rev 91130)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.70
+pkgrel=3
+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