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