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

Giancarlo Razzolini grazzolini at archlinux.org
Tue Sep 4 21:30:17 UTC 2018


    Date: Tuesday, September 4, 2018 @ 21:30:16
  Author: grazzolini
Revision: 333353

archrelease: copy trunk to community-x86_64

Added:
  libcacard/repos/community-x86_64/
  libcacard/repos/community-x86_64/PKGBUILD
    (from rev 333352, libcacard/trunk/PKGBUILD)

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

Copied: libcacard/repos/community-x86_64/PKGBUILD (from rev 333352, libcacard/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-04 21:30:16 UTC (rev 333353)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.6.1
+pkgrel=1
+pkgdesc='(Common Access Card) library thar provides emulation of smart cards to a virtual card reader running in a guest virtual machine'
+arch=(x86_64)
+license=(GPL2)
+url='https://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(https://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz{,.sign})
+validpgpkeys=('94A9F75661F77A6168649B23A9D8C21429AC6C82') # Christophe Fergeau <cfergeau at redhat.com>
+sha1sums=('bceec1a1da4ed95f08bc1307e3a92020fb86f300'
+          'SKIP')
+sha512sums=('1df2fa0cf46ee503cebb3a6f28c5e11609ec19dbf4e146d6d89ea59ddc7fcace45fc02adf852bfa385ae1ba1a889e9731a034b5e6630d45f3475cbc093e3aa2d'
+            'SKIP')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list