mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
p11-kit: update to 0.20.0.
This commit is contained in:
parent
93c153096c
commit
e80f8cb642
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'p11-kit'
|
# Template file for 'p11-kit'
|
||||||
pkgname=p11-kit
|
pkgname=p11-kit
|
||||||
version=0.18.3
|
version=0.20.0
|
||||||
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"
|
||||||
|
@ -9,7 +9,7 @@ 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=89679af1bcfa182f475aa79a05a9e1182a28d52c57e8ced2f0e18aa772cf13d4
|
checksum=6ea44efc360a54d78271d51cca44e0c0d64d4c6618a4131e0aa577bbb3324f8f
|
||||||
long_desc="
|
long_desc="
|
||||||
Provides a standard configuration setup for installing PKCS#11 modules in
|
Provides a standard configuration setup for installing PKCS#11 modules in
|
||||||
such a way that they're discoverable.
|
such a way that they're discoverable.
|
||||||
|
@ -29,6 +29,7 @@ p11-kit-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue