[arch-commits] Commit in ccid/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon May 7 09:53:54 UTC 2018
Date: Monday, May 7, 2018 @ 09:53:53
Author: eworm
Revision: 319087
archrelease: copy trunk to community-x86_64
Added:
ccid/repos/community-x86_64/PKGBUILD
(from rev 319086, ccid/trunk/PKGBUILD)
Deleted:
ccid/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 38 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-07 09:53:48 UTC (rev 319086)
+++ PKGBUILD 2018-05-07 09:53:53 UTC (rev 319087)
@@ -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.29
-pkgrel=2
-_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"
-}
Copied: ccid/repos/community-x86_64/PKGBUILD (from rev 319086, ccid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-07 09:53:53 UTC (rev 319087)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Daniel Plaza <daniel.plaza.espi at gmail.com>
+
+pkgname=ccid
+pkgver=1.4.29
+pkgrel=3
+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=('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