]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libnfsidmap/libnfsidmap.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / libnfsidmap / libnfsidmap.nm
CommitLineData
6498acf0 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
6498acf0
MT
4###############################################################################
5
802ea3af 6name = libnfsidmap
a6a0652b 7version = 0.25
8361588e 8release = 2
6498acf0 9
802ea3af 10groups = System/Libraries
a6a0652b 11url = http://www.citi.umich.edu/projects/nfsv4/linux/
802ea3af
MT
12license = BSD
13summary = Library to help mapping id's, mainly for NFSv4.
6498acf0 14
802ea3af 15description
a6a0652b 16 libnfsidmap provides functions to map between NFSv4 names
6498acf0 17 (which are of the form user@domain) and local uid's and gid's.
802ea3af
MT
18end
19
a6a0652b 20source_dl = http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/
802ea3af
MT
21
22build
23 requires
a6a0652b
MT
24 autoconf
25 automake
802ea3af 26 gcc-c++
a6a0652b 27 openldap-devel
802ea3af 28 end
6498acf0 29
a6a0652b 30 configure_options += \
8361588e 31 --with-pluginpath=%{libdir}/%{name} \
a6a0652b 32 --disable-static
6498acf0 33
a6a0652b
MT
34 prepare_cmds
35 ./autogen.sh
36 end
6498acf0 37
a6a0652b
MT
38 install_cmds
39 mkdir -pv %{BUILDROOT}%{sysconfdir}
40 install -m 644 idmapd.conf %{BUILDROOT}%{sysconfdir}
802ea3af
MT
41 end
42end
6498acf0 43
802ea3af
MT
44packages
45 package %{name}
a6a0652b
MT
46 configfiles
47 %{sysconfdir}/idmapd.conf
48 end
49 end
1f9bc2f0 50
802ea3af
MT
51 package %{name}-devel
52 template DEVEL
53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end