[arch-commits] Commit in perl-file-rsyncp/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Aug 1 11:55:54 UTC 2018
Date: Wednesday, August 1, 2018 @ 11:55:53
Author: felixonmars
Revision: 366581
archrelease: copy trunk to community-staging-x86_64
Added:
perl-file-rsyncp/repos/community-staging-x86_64/
perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD
(from rev 366580, perl-file-rsyncp/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD (from rev 366580, perl-file-rsyncp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-01 11:55:53 UTC (rev 366581)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.74
+pkgrel=7
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('x86_64')
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+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=('17b73204db0389d882bf5563a41e4a78')
+
+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