[arch-commits] Commit in libp11/repos/community-x86_64 (PKGBUILD PKGBUILD)

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Mon Feb 28 11:18:16 UTC 2022


    Date: Monday, February 28, 2022 @ 11:18:16
  Author: mtorromeo
Revision: 1138365

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 11:18:10 UTC (rev 1138364)
+++ PKGBUILD	2022-02-28 11:18:16 UTC (rev 1138365)
@@ -1,30 +0,0 @@
-# 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.11
-pkgrel=1
-pkgdesc="A library implementing a small layer on top of the PKCS11 API"
-arch=('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=('57d47a12a76fd92664ae30032cf969284ebac1dfc25bf824999d74b016d51366'
-            'SKIP')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD3AAAA3')
-
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libp11/repos/community-x86_64/PKGBUILD (from rev 1138364, libp11/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-28 11:18:16 UTC (rev 1138365)
@@ -0,0 +1,31 @@
+# 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.11
+pkgrel=2
+pkgdesc="A library implementing a small layer on top of the PKCS11 API"
+arch=('x86_64')
+url="https://github.com/OpenSC/libp11/wiki"
+license=('LGPL')
+depends=('openssl')
+options=('debug')
+source=("https://github.com/OpenSC/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('57d47a12a76fd92664ae30032cf969284ebac1dfc25bf824999d74b016d51366'
+            '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