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
|
2014-02-04 16:27:02 +00:00
|
|
|
configure_args="--disable-static"
|
2014-09-22 07:30:46 +00:00
|
|
|
hostmakedepends="automake libtool"
|
2012-05-23 16:26:56 +00:00
|
|
|
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
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
libnfsidmap-devel_package() {
|
2014-02-04 16:27:02 +00:00
|
|
|
depends="libldap-devel ${sourcepkg}>=${version}_${revision}"
|
2013-05-06 09:35:41 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-04 16:27:02 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
vmove usr/share/man/man3
|
|
|
|
}
|
|
|
|
}
|