p11-kit: update to 0.23.21

[ci skip]
This commit is contained in:
Nathan Owens 2020-11-11 14:44:45 -06:00 committed by Helmut Pozimski
parent c69d9483cc
commit ff94a53d15

View file

@ -1,25 +1,30 @@
# Template file for 'p11-kit' # Template file for 'p11-kit'
pkgname=p11-kit pkgname=p11-kit
version=0.23.20 version=0.23.21
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-module-path=/usr/lib/pkcs11" configure_args="--with-module-path=/usr/lib/pkcs11"
hostmakedepends="automake libtool pkg-config gettext-devel" hostmakedepends="automake libtool pkg-config"
makedepends="libtasn1-devel libffi-devel" makedepends="gettext-devel libtasn1-devel libffi-devel"
short_desc="Provides a way to load and enumerate PKCS#11 modules" short_desc="Provides a way to load and enumerate PKCS#11 modules"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/p11-glue/p11-kit" homepage="https://github.com/p11-glue/p11-kit"
distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.xz" distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.xz"
checksum=14d86024c3dfd6b967d9bc0b4ec7b2973014fe7423481f4d230a1a63b8aa6104 checksum=f1baa493f05ca0d867f06bcb54cbb5cdb28c756db07207b6e18de18a87b10627
conf_files="/etc/pkcs11/pkcs11.conf" conf_files="/etc/pkcs11/pkcs11.conf"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gettext-devel"
fi
pre_configure() { pre_configure() {
NOCONFIGURE=1 autoreconf -fi NOCONFIGURE=1 autoreconf -fi
} }
post_install() { post_install() {
mv ${DESTDIR}/etc/pkcs11/pkcs11.conf.example ${DESTDIR}/etc/pkcs11/pkcs11.conf mv ${DESTDIR}/etc/pkcs11/pkcs11.conf.example \
${DESTDIR}/etc/pkcs11/pkcs11.conf
vlicense COPYING vlicense COPYING
} }