2011-09-28 16:34:04 +00:00
|
|
|
# Template file for 'p11-kit'
|
|
|
|
pkgname=p11-kit
|
2012-03-06 19:19:00 +00:00
|
|
|
version=0.11
|
2011-09-28 16:34:04 +00:00
|
|
|
homepage="http://p11-glue.freedesktop.org"
|
|
|
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-09-28 16:34:04 +00:00
|
|
|
short_desc="Provides a way to load and enumerate PKCS#11 modules"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="BSD"
|
2012-03-06 19:19:00 +00:00
|
|
|
checksum=04f14e0d378e4bb8e220fcacd1d24e26371f96ff8374f3254e6f0b3f71d0ddb4
|
2011-09-28 16:34:04 +00: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"
|
|
|
|
|
2011-11-19 01:18:18 +00:00
|
|
|
post_install() {
|
2011-09-28 16:34:04 +00:00
|
|
|
mv ${DESTDIR}/${conf_files}.example ${DESTDIR}/${conf_files}
|
|
|
|
}
|