35 lines
1 KiB
Bash
35 lines
1 KiB
Bash
# Template file for 'p11-kit'
|
|
pkgname=p11-kit
|
|
version=0.23.15
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-module-path=/usr/lib/pkcs11 --without-trust-paths"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="libtasn1-devel libffi-devel"
|
|
short_desc="Provides a way to load and enumerate PKCS#11 modules"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/p11-glue/p11-kit"
|
|
distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.gz"
|
|
checksum=f7c139a0c77a1f0012619003e542060ba8f94799a0ef463026db390680e4d798
|
|
conf_files="/etc/pkcs11/pkcs11.conf"
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/etc/pkcs11/pkcs11.conf.example ${DESTDIR}/etc/pkcs11/pkcs11.conf
|
|
vlicense COPYING
|
|
}
|
|
|
|
p11-kit-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|