[arch-commits] Commit in (4 files)

Christian Hesse eworm at archlinux.org
Fri Jul 15 12:55:15 UTC 2016


    Date: Friday, July 15, 2016 @ 12:55:15
  Author: eworm
Revision: 271897

community2extra: Moving pkcs11-helper from community to core

Added:
  pkcs11-helper/
  pkcs11-helper/repos/
  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	2016-07-15 12:55:15 UTC (rev 271897)
@@ -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/
+}
+


Property changes on: pkcs11-helper/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list