New package: libnfsidmap-0.24.
This commit is contained in:
parent
cdb93940df
commit
e33dc307e6
6 changed files with 41 additions and 0 deletions
|
@ -948,3 +948,4 @@ libobrender.so.27 libopenbox openbox-devel
|
||||||
libgssglue.so.1 libgssglue libgssglue-devel
|
libgssglue.so.1 libgssglue libgssglue-devel
|
||||||
libtirpc.so.1 libtirpc libtirpc-devel
|
libtirpc.so.1 libtirpc libtirpc-devel
|
||||||
librpcsecgss.so.3 librpcsecgss librpcsecgss-devel
|
librpcsecgss.so.3 librpcsecgss librpcsecgss-devel
|
||||||
|
libnfsidmap.so.0 libnfsidmap libnfsidmap-devel
|
||||||
|
|
1
srcpkgs/libnfsidmap-devel
Symbolic link
1
srcpkgs/libnfsidmap-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libnfsidmap
|
2
srcpkgs/libnfsidmap/depends
Normal file
2
srcpkgs/libnfsidmap/depends
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=">=0.24"
|
||||||
|
api_depends="${abi_depends}"
|
15
srcpkgs/libnfsidmap/libnfsidmap-devel.template
Normal file
15
srcpkgs/libnfsidmap/libnfsidmap-devel.template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'libnfsidmap-devel'.
|
||||||
|
#
|
||||||
|
short_desc="${short_desc} - development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run libldap-devel
|
||||||
|
Add_dependency run ${sourcepkg}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/man/man3 usr/share/man
|
||||||
|
}
|
3
srcpkgs/libnfsidmap/libnfsidmap.rshlibs
Normal file
3
srcpkgs/libnfsidmap/libnfsidmap.rshlibs
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
libdl.so.2
|
||||||
|
libc.so.6
|
||||||
|
libldap-2.4.so.2
|
19
srcpkgs/libnfsidmap/template
Normal file
19
srcpkgs/libnfsidmap/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# 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"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
short_desc="Library to help mapping IDs, mainly for NFSv4"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
checksum=59501432e683336d7a290da13767e92afb5b86f42ea4254041225fe218e8dd47
|
||||||
|
long_desc="
|
||||||
|
Library to help mapping ID's, mainly for NFSv4.
|
||||||
|
|
||||||
|
When NFSv4 is using AUTH_GSS (which currently only supports Kerberos v5), the
|
||||||
|
NFSv4 server mapping functions MUST use secure communications."
|
||||||
|
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
|
Add_dependency build libldap-devel
|
Loading…
Reference in a new issue