29 lines
778 B
TOML
29 lines
778 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = ["-Dtrust_paths=/etc/pki/anchors"]
|
|
post_install = [ "ln -sfv /usr/libexec/p11-kit/trust-extract-compat $DESTDIR/usr/bin/update-ca-certificates", "ln -sfv ./pkcs11/p11-kit-trust.so $DESTDIR/usr/lib/libnssckbi.so" ]
|
|
|
|
[dependencies]
|
|
build = ["meson"]
|
|
runtime = [
|
|
"coreutils",
|
|
"glibc",
|
|
"libffi",
|
|
"libtasn1",
|
|
]
|
|
|
|
[package]
|
|
description = "Loads and enumerates PKCS#11 modules"
|
|
homepage = "https://p11-glue.freedesktop.org/"
|
|
license = "BSD-3-Clause"
|
|
name = "p11-kit"
|
|
version = "0.26.2"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "09fd9f44da4813a3141e73d5e7cf7008e5660d0405f13d56c15e1da9dcecf828"
|
|
url = "https://github.com/p11-glue/p11-kit/releases/download/$version/p11-kit-$version.tar.xz"
|