p11-kit: update to 0.16.4.
This commit is contained in:
parent
616d7911d7
commit
0e040ed31b
2 changed files with 4 additions and 5 deletions
|
@ -3,9 +3,6 @@
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="glibc-devel p11-kit>=${version}"
|
depends="glibc-devel p11-kit>=${version}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'p11-kit'
|
# Template file for 'p11-kit'
|
||||||
pkgname=p11-kit
|
pkgname=p11-kit
|
||||||
version=0.13
|
version=0.16.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--without-system-anchors --with-system-certificates=/etc/ssl/certs"
|
||||||
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=3cb942465efd5bde1c1875826118fe4bca45b0c9edc7c87835909a5866bed325
|
checksum=fe0cb3857529eeaf8e74cc6e704d3ffff4146446f15c139e3c38bf438b13d700
|
||||||
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.
|
||||||
|
@ -18,6 +19,7 @@ long_desc="
|
||||||
|
|
||||||
conf_files="/etc/pkcs11/pkcs11.conf"
|
conf_files="/etc/pkcs11/pkcs11.conf"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
makedepends="pkg-config libtasn1-devel"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/${conf_files}.example ${DESTDIR}/${conf_files}
|
mv ${DESTDIR}/${conf_files}.example ${DESTDIR}/${conf_files}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue