[arch-commits] Commit in pcsc-tools/repos (4 files)

Christian Hesse eworm at archlinux.org
Wed Jul 19 18:56:29 UTC 2017


    Date: Wednesday, July 19, 2017 @ 18:56:28
  Author: eworm
Revision: 245726

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  pcsc-tools/repos/community-testing-i686/
  pcsc-tools/repos/community-testing-i686/PKGBUILD
    (from rev 245725, pcsc-tools/trunk/PKGBUILD)
  pcsc-tools/repos/community-testing-x86_64/
  pcsc-tools/repos/community-testing-x86_64/PKGBUILD
    (from rev 245725, pcsc-tools/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: pcsc-tools/repos/community-testing-i686/PKGBUILD (from rev 245725, pcsc-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-07-19 18:56:28 UTC (rev 245726)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Lorenzo Nizzi Grifi Gargiolli <lorenzo.nizzi.grifi at gmail.com>
+# Contributor: marc0s <marc0s at fsfe.org>
+
+pkgname=pcsc-tools
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <rousseau at debian.org>
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('ff4e087c76700aa5a25dd7d0bc4f55bb4a5e71cd4f0d6b5301babe0b434f86fc'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/usr" install
+}

Copied: pcsc-tools/repos/community-testing-x86_64/PKGBUILD (from rev 245725, pcsc-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-07-19 18:56:28 UTC (rev 245726)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Lorenzo Nizzi Grifi Gargiolli <lorenzo.nizzi.grifi at gmail.com>
+# Contributor: marc0s <marc0s at fsfe.org>
+
+pkgname=pcsc-tools
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="PC/SC Architecture smartcard tools"
+arch=('i686' 'x86_64')
+url="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/"
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'gtk2-perl' 'glib-perl')
+makedepends=('pkg-config')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <rousseau at debian.org>
+source=("http://ludovic.rousseau.free.fr/softwares/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('ff4e087c76700aa5a25dd7d0bc4f55bb4a5e71cd4f0d6b5301babe0b434f86fc'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}/usr" install
+}



More information about the arch-commits mailing list