[arch-commits] Commit in libcacard/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Sat Feb 13 19:06:01 UTC 2016


    Date: Saturday, February 13, 2016 @ 20:06:01
  Author: anatolik
Revision: 259138

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libcacard/repos/testing-i686/
  libcacard/repos/testing-i686/PKGBUILD
    (from rev 259137, libcacard/trunk/PKGBUILD)
  libcacard/repos/testing-x86_64/
  libcacard/repos/testing-x86_64/PKGBUILD
    (from rev 259137, libcacard/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: libcacard/repos/testing-i686/PKGBUILD (from rev 259137, libcacard/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-13 19:06:01 UTC (rev 259138)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.2
+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=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('8bce876ab074b8151e8fb24475a963b9abd98e2f')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcacard/repos/testing-x86_64/PKGBUILD (from rev 259137, libcacard/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-13 19:06:01 UTC (rev 259138)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.2
+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=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('8bce876ab074b8151e8fb24475a963b9abd98e2f')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list