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

Christian Hesse eworm at archlinux.org
Fri Jan 27 06:53:08 UTC 2017


    Date: Friday, January 27, 2017 @ 06:53:07
  Author: eworm
Revision: 287565

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

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

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

Copied: pkcs11-helper/repos/testing-i686/PKGBUILD (from rev 287564, pkcs11-helper/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-01-27 06:53:07 UTC (rev 287565)
@@ -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.21
+pkgrel=1
+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='https://github.com/OpenSC/pkcs11-helper'
+license=(GPL BSD)
+depends=('gnutls' 'nss' 'openssl')
+source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz")
+sha512sums=('93270542d43d81085c85fdbc1dd62a07c84ab88b63e7c10541659e25be7ed2c08b0ea02cfa710f6a8ab488fb8a884390ea10c05170705390e824f3e9d5481fa8')
+
+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/testing-x86_64/PKGBUILD (from rev 287564, pkcs11-helper/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-01-27 06:53:07 UTC (rev 287565)
@@ -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.21
+pkgrel=1
+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='https://github.com/OpenSC/pkcs11-helper'
+license=(GPL BSD)
+depends=('gnutls' 'nss' 'openssl')
+source=("https://github.com/OpenSC/pkcs11-helper/archive/pkcs11-helper-$pkgver.tar.gz")
+sha512sums=('93270542d43d81085c85fdbc1dd62a07c84ab88b63e7c10541659e25be7ed2c08b0ea02cfa710f6a8ab488fb8a884390ea10c05170705390e824f3e9d5481fa8')
+
+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