Package Details: gnupg-pkcs11-scd 0.10.0-2

Git Clone URL: https://aur.archlinux.org/gnupg-pkcs11-scd.git (read-only, click to copy)
Package Base: gnupg-pkcs11-scd
Description: Smart-card daemon to enable the use of PKCS#11 tokens with GnuPG
Upstream URL: http://gnupg-pkcs11.sourceforge.net/
Licenses: BSD
Submitter: gromit
Maintainer: None
Last Packager: gromit
Votes: 1
Popularity: 0.034120
First Submitted: 2024-03-20 14:59 (UTC)
Last Updated: 2024-03-20 14:59 (UTC)

Latest Comments

invidian commented on 2024-07-22 16:32 (UTC)

Also if someone wants to pick up maintaining it, it should now depend on libassuan2, though as of now "libassuan2" does not package /usr/bin/libassuan-config anymore because of this line: https://gitlab.archlinux.org/archlinux/packaging/packages/libassuan2/-/blob/main/PKGBUILD?ref_type=heads#L47.

So it still does not build. I guess that should be reported to libassuan2 maintainer.

therisen06 commented on 2024-07-12 11:10 (UTC)

I had to apply this patch to fix the build:

diff --git a/pkgs/gnupg-pkcs11-scd/PKGBUILD b/pkgs/gnupg-pkcs11-scd/PKGBUILD
index dfda919..785d053 100644
--- a/pkgs/gnupg-pkcs11-scd/PKGBUILD
+++ b/pkgs/gnupg-pkcs11-scd/PKGBUILD
@@ -16,7 +16,7 @@ build() {
    cd "$pkgname-$pkgver"
    ./configure --prefix=/usr --enable-proxy --with-proxy-socket=/run/gnupg-pkcs11-scd-proxy/cmd \
                --with-proxy-user=gnupg-pkcs11-scd-proxy --with-proxy-user-group=gnupg-pkcs11-scd-proxy \
-               --with-proxy-group=gnupg-pkcs11 LIBGPG_ERROR_LIBS=-lgpg-error
+               --with-proxy-group=gnupg-pkcs11 LIBGPG_ERROR_LIBS=-lgpg-error LIBGCRYPT_LIBS=-lgcrypt
    make
 }

-- 
2.45.2