[arch-commits] Commit in pcsc-perl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 4 06:52:14 UTC 2018


    Date: Wednesday, April 4, 2018 @ 06:52:13
  Author: bpiotrowski
Revision: 314079

archrelease: copy trunk to community-x86_64

Added:
  pcsc-perl/repos/community-x86_64/PKGBUILD
    (from rev 314078, pcsc-perl/trunk/PKGBUILD)
Deleted:
  pcsc-perl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 06:52:07 UTC (rev 314078)
+++ PKGBUILD	2018-04-04 06:52:13 UTC (rev 314079)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: neuromante <lorenzo.nizzi.grifi at gmail.com>
-# Contributor: marc0s <marc0s at fsfe.org>
-
-pkgname=pcsc-perl
-pkgver=1.4.14
-pkgrel=6
-pkgdesc="A Perl Module for PC/SC SmartCard access"
-arch=('x86_64')
-url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
-license=('GPL' 'PerlArtistic')
-depends=('pcsclite' 'perl')
-makedepends=('pkgconfig')
-options=('!emptydirs')
-source=("http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2"
-        "http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2.asc")
-sha256sums=('2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d'
-            'SKIP')
-# Ludovic Rousseau <ludovic.rousseau at free.fr>
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E')
-
-build() {
-    cd "$pkgname-$pkgver"
-
-    # install module in vendor directories.
-    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: pcsc-perl/repos/community-x86_64/PKGBUILD (from rev 314078, pcsc-perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 06:52:13 UTC (rev 314079)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: neuromante <lorenzo.nizzi.grifi at gmail.com>
+# Contributor: marc0s <marc0s at fsfe.org>
+
+pkgname=pcsc-perl
+pkgver=1.4.14
+pkgrel=7
+pkgdesc="A Perl Module for PC/SC SmartCard access"
+arch=('x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/"
+license=('GPL' 'PerlArtistic')
+depends=('pcsclite' 'perl')
+makedepends=('pkgconfig')
+options=('!emptydirs')
+source=("http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2"
+        "http://ludovic.rousseau.free.fr/softwares/$pkgname/$pkgname-$pkgver.tar.bz2.asc")
+sha256sums=('2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d'
+            'SKIP')
+# Ludovic Rousseau <ludovic.rousseau at free.fr>
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E')
+
+build() {
+    cd "$pkgname-$pkgver"
+
+    # install module in vendor directories.
+    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}



More information about the arch-commits mailing list