void-packages/srcpkgs/p11-kit/template
2017-10-19 11:38:52 +02:00

32 lines
957 B
Bash

# Template file for 'p11-kit'
pkgname=p11-kit
version=0.23.9
revision=1
build_style=gnu-configure
configure_args="--with-module-path=/usr/lib/pkcs11 --without-trust-paths"
hostmakedepends="pkg-config"
makedepends="libtasn1-devel libffi-devel"
conf_files="/etc/pkcs11/pkcs11.conf"
short_desc="Provides a way to load and enumerate PKCS#11 modules"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="3-clause-BSD"
homepage="https://github.com/p11-glue/p11-kit"
distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.gz"
checksum=e1c1649c335107a8d33cf3762eb7f57b2d0681f0c7d8353627293a58d6b4db63
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
}
}