[arch-commits] Commit in libp11 (3 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Feb 18 22:19:00 UTC 2019


    Date: Monday, February 18, 2019 @ 22:18:54
  Author: mtorromeo
Revision: 434308

archrelease: copy trunk to community-x86_64

Added:
  libp11/repos/
  libp11/repos/community-x86_64/
  libp11/repos/community-x86_64/PKGBUILD
    (from rev 434307, libp11/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: libp11/repos/community-x86_64/PKGBUILD (from rev 434307, libp11/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2019-02-18 22:18:54 UTC (rev 434308)
@@ -0,0 +1,30 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: kevku <kevku at msn.com>
+# Contributor: Rene Pärts <rene87 at hot.ee>
+
+pkgname=libp11
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="A library implementing a small layer on top of the PKCS11 API"
+arch=('i686' 'x86_64')
+url="https://github.com/OpenSC/libp11/wiki"
+license=('LGPL')
+depends=('openssl')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('9d1c76d74c21ca224f96204982097ebc6b956f645b2b0b5f9c502a20e9ffcfd8'
+            'SKIP')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list