25 lines
792 B
Plaintext
25 lines
792 B
Plaintext
# Template file for 'p11-kit'
|
|
pkgname=p11-kit
|
|
version=0.13
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Provides a way to load and enumerate PKCS#11 modules"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="BSD"
|
|
homepage="http://p11-glue.freedesktop.org"
|
|
distfiles="$homepage/releases/$pkgname-$version.tar.gz"
|
|
checksum=3cb942465efd5bde1c1875826118fe4bca45b0c9edc7c87835909a5866bed325
|
|
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"
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/${conf_files}.example ${DESTDIR}/${conf_files}
|
|
}
|