[arch-commits] Commit in pkcs11-helper/repos (4 files)
Christian Hesse
eworm at archlinux.org
Fri Jul 15 13:11:17 UTC 2016
Date: Friday, July 15, 2016 @ 13:11:17
Author: eworm
Revision: 271900
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
pkcs11-helper/repos/testing-i686/
pkcs11-helper/repos/testing-i686/PKGBUILD
(from rev 271899, pkcs11-helper/trunk/PKGBUILD)
pkcs11-helper/repos/testing-x86_64/
pkcs11-helper/repos/testing-x86_64/PKGBUILD
(from rev 271899, 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 271899, pkcs11-helper/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-07-15 13:11:17 UTC (rev 271900)
@@ -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=3
+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=('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/testing-x86_64/PKGBUILD (from rev 271899, pkcs11-helper/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-07-15 13:11:17 UTC (rev 271900)
@@ -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=3
+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=('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