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