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

Christian Hesse eworm at archlinux.org
Wed Feb 21 19:47:10 UTC 2018


    Date: Wednesday, February 21, 2018 @ 19:47:09
  Author: eworm
Revision: 296728

archrelease: copy trunk to community-x86_64

Added:
  ccid/repos/community-x86_64/PKGBUILD
    (from rev 296727, ccid/trunk/PKGBUILD)
Deleted:
  ccid/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-21 19:47:04 UTC (rev 296727)
+++ PKGBUILD	2018-02-21 19:47:09 UTC (rev 296728)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Daniel Plaza <daniel.plaza.espi at gmail.com>
-
-pkgname=ccid
-pkgver=1.4.28
-pkgrel=1
-_magic_dl_id=4230
-pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
-arch=('i686' 'x86_64')
-url="http://pcsclite.alioth.debian.org/ccid.html"
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusb' 'flex')
-backup=(etc/reader.conf.d/libccidtwin)
-validpgpkeys=(F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E) # Ludovic Rousseau <ludovic.rousseau at free.fr>
-source=("https://alioth.debian.org/frs/download.php/file/${_magic_dl_id}/${pkgname}-${pkgver}.tar.bz2"
-        "https://alioth.debian.org/frs/download.php/file/$((_magic_dl_id+1))/${pkgname}-${pkgver}.tar.bz2.asc")
-sha256sums=('875836ac5d9d952b40dc1a253a726e74361671864d81337285a3260268f8ade0'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --enable-twinserial \
-              --enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  # move the configuration file in /etc and create a symbolic link
-  mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" "${pkgdir}/etc/libccid_Info.plist"
-  ln -s /etc/libccid_Info.plist ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
-
-  install -Dm644 src/92_pcscd_ccid.rules "${pkgdir}/usr/lib/udev/rules.d/92_pcscd_ccid.rules"
-}

Copied: ccid/repos/community-x86_64/PKGBUILD (from rev 296727, ccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-21 19:47:09 UTC (rev 296728)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel Plaza <daniel.plaza.espi at gmail.com>
+
+pkgname=ccid
+pkgver=1.4.29
+pkgrel=1
+_magic_dl_id=4238
+pkgdesc='A generic USB Chip/Smart Card Interface Devices driver'
+arch=('x86_64')
+url='http://pcsclite.alioth.debian.org/ccid.html'
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusb' 'flex')
+backup=('etc/reader.conf.d/libccidtwin')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <ludovic.rousseau at free.fr>
+source=("https://alioth.debian.org/frs/download.php/file/${_magic_dl_id}/${pkgname}-${pkgver}.tar.bz2"
+        "https://alioth.debian.org/frs/download.php/file/$((_magic_dl_id+1))/${pkgname}-${pkgver}.tar.bz2.asc")
+sha256sums=('a5432ae845730493c04e59304b5c0c6103cd0e2c8827df57d69469a3eaaab84d'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --enable-twinserial \
+              --enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # move the configuration file in /etc and create a symbolic link
+  mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" "${pkgdir}/etc/libccid_Info.plist"
+  ln -s /etc/libccid_Info.plist ${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
+
+  install -Dm644 src/92_pcscd_ccid.rules "${pkgdir}/usr/lib/udev/rules.d/92_pcscd_ccid.rules"
+}



More information about the arch-commits mailing list