summaryrefslogtreecommitdiff
path: root/p11-kit-32/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-02-25 22:11:00 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-02-25 22:11:00 +1100
commit8f65acdad55ef7b0835b952cc9e9f432208daa64 (patch)
tree39318e49f86eda9bcb4faf6fd3ad7760b2e4fc47 /p11-kit-32/Pkgfile
parent2eb1b9c963510783989d44494b86837593912d9c (diff)
downloadcompat-32-8f65acdad55ef7b0835b952cc9e9f432208daa64.tar.gz
compat-32-8f65acdad55ef7b0835b952cc9e9f432208daa64.tar.xz
p11-kit-32: 0.23.10 -> 0.23.15
Diffstat (limited to 'p11-kit-32/Pkgfile')
-rw-r--r--p11-kit-32/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/p11-kit-32/Pkgfile b/p11-kit-32/Pkgfile
index 79a820a3..d4bfe2a3 100644
--- a/p11-kit-32/Pkgfile
+++ b/p11-kit-32/Pkgfile
@@ -1,10 +1,10 @@
# Description: Provides a way to load and enumerate PKCS#11 modules
-# URL: http://p11-glue.freedesktop.org/p11-kit.html
+# URL: https://p11-glue.github.io/p11-glue/p11-kit.html
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtasn1-32 libffi-32 p11-kit
name=p11-kit-32
-version=0.23.10
+version=0.23.15
release=1
source=(https://github.com/p11-glue/${name%-*}/releases/download/$version/${name%-*}-$version.tar.gz)
@@ -19,10 +19,12 @@ build() {
--localstatedir=/var \
--host=i686-pc-linux-gnu \
--with-module-path=/usr/lib32/pkcs11 \
- --with-trust-paths=/etc/ssl
+ --with-trust-paths=/etc/pki/anchors
make
make DESTDIR=$PKG install
- rm -r $PKG/etc $PKG/usr/{bin,include,share}
+ rm -r \
+ $PKG/etc $PKG/usr/{bin,include,share} \
+ $PKG/usr/lib32/p11-kit/{trust-extract-compat,p11-kit-{remote,server}}
}

Generated by cgit