p11-kit: update to 0.23.7
This commit is contained in:
parent
ca8142bd30
commit
38117e86ca
1 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'p11-kit'
|
# Template file for 'p11-kit'
|
||||||
pkgname=p11-kit
|
pkgname=p11-kit
|
||||||
version=0.23.2
|
version=0.23.7
|
||||||
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,13 +9,14 @@ makedepends="libtasn1-devel libffi-devel"
|
||||||
conf_files="/etc/pkcs11/pkcs11.conf"
|
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@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://p11-glue.freedesktop.org"
|
homepage="https://github.com/p11-glue/p11-kit"
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.gz"
|
||||||
checksum=ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0
|
checksum=988e7c86f2641b36702503481292ef0686e6b1c39d80b215699b6dbf1024be41
|
||||||
|
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
||||||
p11-kit-devel_package() {
|
p11-kit-devel_package() {
|
||||||
|
@ -23,8 +24,8 @@ 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/*.so
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue