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

Christian Hesse eworm at archlinux.org
Tue Sep 22 19:55:33 UTC 2020


    Date: Tuesday, September 22, 2020 @ 19:55:32
  Author: eworm
Revision: 711409

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-22 19:55:21 UTC (rev 711408)
+++ PKGBUILD	2020-09-22 19:55:32 UTC (rev 711409)
@@ -1,39 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Daniel Plaza <daniel.plaza.espi at gmail.com>
-
-pkgname=ccid
-pkgver=1.4.32
-pkgrel=1
-pkgdesc='A generic USB Chip/Smart Card Interface Devices driver'
-arch=('x86_64')
-url='https://ccid.apdu.fr/'
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusb' 'flex')
-backup=('etc/reader.conf.d/libccidtwin')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <ludovic.rousseau at free.fr>
-source=("https://ccid.apdu.fr/files/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('545f4ab7887d512aa4b6967b80ef18a77b790c34769718452737a633cefc1639'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-    LEXLIB='' \
-    --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 711408, ccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-22 19:55:32 UTC (rev 711409)
@@ -0,0 +1,39 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel Plaza <daniel.plaza.espi at gmail.com>
+
+pkgname=ccid
+pkgver=1.4.33
+pkgrel=1
+pkgdesc='A generic USB Chip/Smart Card Interface Devices driver'
+arch=('x86_64')
+url='https://ccid.apdu.fr/'
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusb' 'flex')
+backup=('etc/reader.conf.d/libccidtwin')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau <ludovic.rousseau at free.fr>
+source=("https://ccid.apdu.fr/files/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('5256da939711deb42b74d05d2bd6bd0c73c4d564feb0c1a50212609eb680e424'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    LEXLIB='' \
+    --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