[arch-commits] Commit in pkcs11-helper (5 files)

Antonio Rojas arojas at archlinux.org
Mon Oct 5 19:43:49 UTC 2015


    Date: Monday, October 5, 2015 @ 21:43:49
  Author: arojas
Revision: 143023

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

Added:
  pkcs11-helper/repos/
  pkcs11-helper/repos/community-i686/
  pkcs11-helper/repos/community-i686/PKGBUILD
    (from rev 143022, pkcs11-helper/trunk/PKGBUILD)
  pkcs11-helper/repos/community-x86_64/
  pkcs11-helper/repos/community-x86_64/PKGBUILD
    (from rev 143022, pkcs11-helper/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: pkcs11-helper/repos/community-i686/PKGBUILD (from rev 143022, pkcs11-helper/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2015-10-05 19:43:49 UTC (rev 143023)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Stanislaw Datskevich <me a nek0 net>
+# Contributor: Gregor Robinson <gregor at fiatflux.co.uk>
+# Contributor: Martin Perner <martin dot perner at gmail dot com>
+
+pkgname=pkcs11-helper
+pkgver=1.11
+pkgrel=2
+pkgdesc="A library that simplifies the interaction with PKCS11 providers for end-user applications using a simple API and optional OpenSSL engine"
+arch=(i686 x86_64)
+url="http://www.opensc-project.org/opensc/wiki/pkcs11-helper"
+license=(GPL BSD)
+depends=(gnutls nss openssl)
+source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz")
+sha512sums=('098bbd8fdfe1df065f3acc402faa95bbba9a440ed4327f0d976d0e8fe0a2cac8546d33481b2fa85493f600ec56f248db01835edf10b3ed608fea67f27c3c54c2')
+
+build() {
+  cd pkcs11-helper-pkcs11-helper-$pkgver
+  libtoolize
+  aclocal
+  autoheader
+  automake --add-missing
+  autoreconf -v
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pkcs11-helper-pkcs11-helper-$pkgver
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname/
+  install -Dm644 COPYING* "$pkgdir"/usr/share/licenses/$pkgname/
+}
+

Copied: pkcs11-helper/repos/community-x86_64/PKGBUILD (from rev 143022, pkcs11-helper/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2015-10-05 19:43:49 UTC (rev 143023)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Stanislaw Datskevich <me a nek0 net>
+# Contributor: Gregor Robinson <gregor at fiatflux.co.uk>
+# Contributor: Martin Perner <martin dot perner at gmail dot com>
+
+pkgname=pkcs11-helper
+pkgver=1.11
+pkgrel=2
+pkgdesc="A library that simplifies the interaction with PKCS11 providers for end-user applications using a simple API and optional OpenSSL engine"
+arch=(i686 x86_64)
+url="http://www.opensc-project.org/opensc/wiki/pkcs11-helper"
+license=(GPL BSD)
+depends=(gnutls nss openssl)
+source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz")
+sha512sums=('098bbd8fdfe1df065f3acc402faa95bbba9a440ed4327f0d976d0e8fe0a2cac8546d33481b2fa85493f600ec56f248db01835edf10b3ed608fea67f27c3c54c2')
+
+build() {
+  cd pkcs11-helper-pkcs11-helper-$pkgver
+  libtoolize
+  aclocal
+  autoheader
+  automake --add-missing
+  autoreconf -v
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd pkcs11-helper-pkcs11-helper-$pkgver
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname/
+  install -Dm644 COPYING* "$pkgdir"/usr/share/licenses/$pkgname/
+}
+



More information about the arch-commits mailing list