mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
p11-kit: update to 0.20.2.
This commit is contained in:
parent
761e124a12
commit
c5a5e5396d
1 changed files with 5 additions and 12 deletions
|
@ -1,32 +1,25 @@
|
||||||
# Template file for 'p11-kit'
|
# Template file for 'p11-kit'
|
||||||
pkgname=p11-kit
|
pkgname=p11-kit
|
||||||
version=0.20.1
|
version=0.20.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-module-path=/usr/lib/pkcs11 --without-trust-paths"
|
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"
|
short_desc="Provides a way to load and enumerate PKCS#11 modules"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://p11-glue.freedesktop.org"
|
homepage="http://p11-glue.freedesktop.org"
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
||||||
checksum=524548f0a3bfa1b5712721165b49f0300fb244c907533677e88a9c9743eb4a53
|
checksum=524548f0a3bfa1b5712721165b49f0300fb244c907533677e88a9c9743eb4a53
|
||||||
long_desc="
|
|
||||||
Provides a standard configuration setup for installing PKCS#11 modules in
|
|
||||||
such a way that they're discoverable.
|
|
||||||
|
|
||||||
Also solves problems with coordinating the use of PKCS#11 by different
|
|
||||||
components or libraries living in the same process."
|
|
||||||
|
|
||||||
hostmakedepends="pkg-config"
|
|
||||||
makedepends="libtasn1-devel libffi-devel"
|
|
||||||
conf_files="/etc/pkcs11/pkcs11.conf"
|
|
||||||
|
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
p11-kit-devel_package() {
|
p11-kit-devel_package() {
|
||||||
depends="p11-kit>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue