libnfsidmap: update to 0.26.

This commit is contained in:
Juan RP 2014-09-22 09:30:46 +02:00
parent c2a0bab1f6
commit d3e8522dd6

View file

@ -1,16 +1,21 @@
# Template file for 'libnfsidmap'
pkgname=libnfsidmap
version=0.25
revision=5
version=0.26
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool"
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
distfiles="https://fedorapeople.org/~steved/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
checksum=391cd35a8aa48bcba1678b483c3e2525d0990eca963bb035962fcf1e3ee2a8bf
pre_configure() {
autoreconf -fi
}
libnfsidmap-devel_package() {
depends="libldap-devel ${sourcepkg}>=${version}_${revision}"