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

Bruno Pagani archange at archlinux.org
Mon Oct 22 19:21:22 UTC 2018


    Date: Monday, October 22, 2018 @ 19:21:21
  Author: archange
Revision: 398468

archrelease: copy trunk to community-x86_64

Added:
  acsccid/repos/community-x86_64/
  acsccid/repos/community-x86_64/PKGBUILD
    (from rev 398467, acsccid/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: acsccid/repos/community-x86_64/PKGBUILD (from rev 398467, acsccid/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-10-22 19:21:21 UTC (rev 398468)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=acsccid
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="PC/SC driver that supports ACS CCID smart card readers."
+arch=('x86_64')
+url="http://acsccid.sourceforge.net/"
+license=('LGPL2.1')
+depends=('pcsclite' 'libusb-compat')
+source=("https://downloads.sourceforge.net/acsccid/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('e7a81d9f9a49276a7e8e3ddf8e4633ce444d69ca1ce2e580c4307d10847691c9')
+
+build()
+{
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list