27 lines
720 B
Text
27 lines
720 B
Text
# Template file for 'libgssglue'
|
|
pkgname=libgssglue
|
|
version=0.4
|
|
revision=6
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
conf_files="/etc/gssapi_mech.conf"
|
|
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() {
|
|
vconf ${FILESDIR}/gssapi_mech.conf
|
|
}
|
|
|
|
libgssglue-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|