void-packages/srcpkgs/libgssglue/template
2012-01-28 16:02:42 +01:00

22 lines
701 B
Plaintext

# Template file for 'libgssglue'
pkgname=libgssglue
version=0.3
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="Mechanism-switch gssapi library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
checksum=d98a022af432b61fe2a1eb811b5916743ccb781e383da680f1a00fd1005a5174
long_desc="
This library exports a gssapi interface, but doesn't implement any gssapi
mechanisms itself; instead it calls gssapi routines in other libraries,
depending on the mechanism."
conf_files="/etc/gssapi_mech.conf"
subpackages="$pkgname-devel"
post_install() {
vinstall ${FILESDIR}/gssapi_mech.conf 644 etc
}