void-packages/srcpkgs/libnfsidmap/template

35 lines
957 B
Plaintext

# Template file for 'libnfsidmap'
pkgname=libnfsidmap
version=0.25
revision=2
build_style=gnu-configure
configure_args="--disable-static"
makedepends="libldap-devel"
short_desc="Library to help mapping IDs, mainly for NFSv4"
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=656d245d84400e1030f8f40a5a27da76370690c4a932baf249110f047fe7efcf
long_desc="
Library to help mapping ID's, mainly for NFSv4.
When NFSv4 is using AUTH_GSS (which currently only supports Kerberos v5), the
NFSv4 server mapping functions MUST use secure communications."
libnfsidmap-devel_package() {
depends="libldap-devel libnfsidmap>=${version}"
short_desc="${short_desc} - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
}
}
libnfsidmap_package() {
pkg_install() {
vmove usr
}
}