New package: libnfsidmap-0.24.

This commit is contained in:
Juan RP 2012-01-28 16:45:48 +01:00
parent cdb93940df
commit e33dc307e6
6 changed files with 41 additions and 0 deletions

View file

@ -948,3 +948,4 @@ libobrender.so.27 libopenbox openbox-devel
libgssglue.so.1 libgssglue libgssglue-devel
libtirpc.so.1 libtirpc libtirpc-devel
librpcsecgss.so.3 librpcsecgss librpcsecgss-devel
libnfsidmap.so.0 libnfsidmap libnfsidmap-devel

1
srcpkgs/libnfsidmap-devel Symbolic link
View file

@ -0,0 +1 @@
libnfsidmap

View file

@ -0,0 +1,2 @@
abi_depends=">=0.24"
api_depends="${abi_depends}"

View 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
}

View file

@ -0,0 +1,3 @@
libdl.so.2
libc.so.6
libldap-2.4.so.2

View 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