[arch-commits] Commit in perl-par-dist/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Dec 5 02:42:38 UTC 2014


    Date: Friday, December 5, 2014 @ 03:42:37
  Author: fyan
Revision: 123469

archrelease: copy trunk to community-any

Added:
  perl-par-dist/repos/community-any/
  perl-par-dist/repos/community-any/PKGBUILD
    (from rev 123468, perl-par-dist/trunk/PKGBUILD)

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

Copied: perl-par-dist/repos/community-any/PKGBUILD (from rev 123468, perl-par-dist/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-12-05 02:42:37 UTC (rev 123469)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-par-dist
+pkgver=0.49
+pkgrel=1
+pkgdesc="Perl bindings to create and manipulate PAR distributions"
+arch=('any')
+url="http://search.cpan.org/dist/PAR-Dist/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/PAR-Dist-$pkgver.tar.gz")
+md5sums=('bd852113974544f3c8c107ab4055cf8c')
+
+build() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/PAR-Dist-$pkgver"
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list