void-packages/srcpkgs/libnfsidmap/template

25 lines
716 B
Plaintext

# Template file for 'libnfsidmap'
pkgname=libnfsidmap
version=0.25
revision=5
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
libnfsidmap-devel_package() {
depends="libldap-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/man/man3
}
}