[arch-commits] Commit in (3 files)
Antonio Rojas
arojas at archlinux.org
Mon Oct 5 19:42:10 UTC 2015
Date: Monday, October 5, 2015 @ 21:42:10
Author: arojas
Revision: 143022
Add pkcs11-helper (new qca dependency)
Added:
pkcs11-helper/
pkcs11-helper/trunk/
pkcs11-helper/trunk/PKGBUILD
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Added: pkcs11-helper/trunk/PKGBUILD
===================================================================
--- pkcs11-helper/trunk/PKGBUILD (rev 0)
+++ pkcs11-helper/trunk/PKGBUILD 2015-10-05 19:42:10 UTC (rev 143022)
@@ -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