]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - nfs-utils/nfs-utils.nm
dbf24b72bf2ab383ef9b2f00aa9212dc9be6ad0f
[people/amarx/ipfire-3.x.git] / nfs-utils / nfs-utils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = nfs-utils
7 version = 1.2.2
8 release = 1
9
10 groups = Networking/Tools
11 url = http://nfs.sourceforge.net/
12 license = MIT and GPLv2 and GPLv2+
13 summary = NFS utilities and supporting clients and daemons for the NFS server.
14
15 description
16 The nfs-utils package provides a daemon for the kernel NFS server
17 and related tools, which provides a much higher level of performance
18 than the traditional Linux NFS server used by most users. This
19 package also contains the showmount program. Showmount queries the
20 mount daemon on a remote host for information about the NFS server
21 on the remote host. For example, showmount can display the clients
22 which are mounted on that host.
23 end
24
25 source_dl =
26 sources = %{thisapp}.tar.bz2
27
28 build
29 requires
30 libblkid-devel
31 libcap-devel
32 libevent-devel
33 libnfsidmap-devel
34 end
35
36 configure_options += \
37 --mandir=/usr/share/man \
38 --sysconfdir=/etc \
39 --without-tcp-wrappers \
40 --disable-static \
41 --enable-tirpc=no \
42 --enable-nfsv3 \
43 --enable-nfsv4 \
44 --with-krb5=no \
45 --disable-gss \
46 --with-rpcgen=internal \
47 --enable-mount
48 end
49
50 packages
51 package %{name}
52 requires
53 libgssglue
54 util-linux
55 end
56 end
57 end