libnfsidmap: update to 0.25.
This commit is contained in:
parent
d758c2578a
commit
ef5d0d97a1
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libnfsidmap-devel'.
|
||||
#
|
||||
depends="libldap-devel libnfsidmap"
|
||||
noarch=yes
|
||||
depends="libldap-devel libnfsidmap>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libnfsidmap'
|
||||
pkgname=libnfsidmap
|
||||
version=0.24
|
||||
homepage="http://www.citi.umich.edu/projects/nfsv4/linux/"
|
||||
distfiles="$homepage/$pkgname/$pkgname-$version.tar.gz"
|
||||
version=0.25
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="libldap-devel"
|
||||
revision=1
|
||||
short_desc="Library to help mapping IDs, mainly for NFSv4"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
checksum=59501432e683336d7a290da13767e92afb5b86f42ea4254041225fe218e8dd47
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue