# Template file for 'librpcsecgss' pkgname=librpcsecgss version=0.19 revision=3 build_style=gnu-configure configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes" hostmakedepends="pkg-config" makedepends="libgssglue-devel" short_desc="Library for RPCSECGSS support" maintainer="Juan RP " license="BSD" homepage="http://www.citi.umich.edu/projects/nfsv4/linux/" distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz" checksum=0cafb86b67e5eb4c89e8abaaad9165298946bc164d258e8925fc6dc1fa913abd long_desc=" This library implements RPCSECGSS (RFC 2203) which allows secure RPC communication using gss-api security mechanisms." librpcsecgss-devel_package() { depends="libgssglue-devel librpcsecgss>=${version}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" } } librpcsecgss_package() { pkg_install() { vmove usr } }