void-packages/srcpkgs/libnfsidmap/template

30 lines
829 B
Text
Raw Normal View History

2012-01-28 15:45:48 +00:00
# Template file for 'libnfsidmap'
pkgname=libnfsidmap
2014-09-22 07:30:46 +00:00
version=0.26
revision=1
2012-01-28 15:45:48 +00:00
build_style=gnu-configure
configure_args="--disable-static"
2014-09-22 07:30:46 +00:00
hostmakedepends="automake libtool"
makedepends="libldap-devel"
2012-01-28 15:45:48 +00:00
short_desc="Library to help mapping IDs, mainly for NFSv4"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
2012-09-18 08:59:33 +00:00
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
2014-09-22 07:30:46 +00:00
distfiles="https://fedorapeople.org/~steved/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
checksum=391cd35a8aa48bcba1678b483c3e2525d0990eca963bb035962fcf1e3ee2a8bf
pre_configure() {
autoreconf -fi
}
2012-01-28 15:45:48 +00:00
libnfsidmap-devel_package() {
depends="libldap-devel ${sourcepkg}>=${version}_${revision}"
2013-05-06 09:35:41 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/man/man3
}
}