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

Alad Wenter alad at archlinux.org
Thu Feb 8 19:26:32 UTC 2018


    Date: Thursday, February 8, 2018 @ 19:26:31
  Author: alad
Revision: 290337

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 19:26:25 UTC (rev 290336)
+++ PKGBUILD	2018-02-08 19:26:31 UTC (rev 290337)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: 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=5
-pkgdesc="A Perl Module for PC/SC SmartCard access"
-arch=('i686' '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")
-md5sums=('45601505dbb7b27329811ac9bad35fab')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-package() {
-  cd "${srcdir}/${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 290336, pcsc-perl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-08 19:26:31 UTC (rev 290337)
@@ -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=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;
+}



More information about the arch-commits mailing list