void-packages/srcpkgs/p11-kit/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

26 lines
806 B
Text

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