void-packages/srcpkgs/libgssglue/template
2013-02-07 05:14:35 +01:00

19 lines
555 B
Plaintext

# Template file for 'libgssglue'
pkgname=libgssglue
version=0.4
revision=2
conf_files="/etc/gssapi_mech.conf"
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static"
short_desc="Mechanism-switch gssapi library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
checksum=3f791a75502ba723e5e85e41e5e0c711bb89e2716b7c0ec6e74bd1df6739043a
post_install() {
vinstall ${FILESDIR}/gssapi_mech.conf 644 etc
}