2011-09-28 18:34:04 +02:00
|
|
|
# Template file for 'p11-kit'
|
|
|
|
pkgname=p11-kit
|
2013-03-17 10:35:46 +01:00
|
|
|
version=0.16.4
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2012-08-13 14:27:18 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-17 10:35:46 +01:00
|
|
|
configure_args="--without-system-anchors --with-system-certificates=/etc/ssl/certs"
|
2011-09-28 18:34:04 +02:00
|
|
|
short_desc="Provides a way to load and enumerate PKCS#11 modules"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2012-08-13 14:27:18 +02:00
|
|
|
homepage="http://p11-glue.freedesktop.org"
|
|
|
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
2013-03-17 10:35:46 +01:00
|
|
|
checksum=fe0cb3857529eeaf8e74cc6e704d3ffff4146446f15c139e3c38bf438b13d700
|
2011-09-28 18:34:04 +02:00
|
|
|
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."
|
|
|
|
|
|
|
|
conf_files="/etc/pkcs11/pkcs11.conf"
|
|
|
|
subpackages="$pkgname-devel"
|
2013-03-17 10:35:46 +01:00
|
|
|
makedepends="pkg-config libtasn1-devel"
|
2011-09-28 18:34:04 +02:00
|
|
|
|
2011-11-19 02:18:18 +01:00
|
|
|
post_install() {
|
2011-09-28 18:34:04 +02:00
|
|
|
mv ${DESTDIR}/${conf_files}.example ${DESTDIR}/${conf_files}
|
|
|
|
}
|