34 lines
1,010 B
Text
34 lines
1,010 B
Text
# Template file for 'libnfsidmap'
|
|
pkgname=libnfsidmap
|
|
version=0.25
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
|
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+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|
|
|
|
libnfsidmap_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|