]> git.ipfire.org Git - ipfire-3.x.git/blame - nfs-utils/nfs-utils.nm
nfs-utils: Remove two unneeded configure switches.
[ipfire-3.x.git] / nfs-utils / nfs-utils.nm
CommitLineData
38a7b64b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
38a7b64b
BS
4###############################################################################
5
802ea3af
MT
6name = nfs-utils
7version = 1.2.2
8154cfb6 8release = 2
802ea3af
MT
9
10groups = Networking/Tools
11url = http://nfs.sourceforge.net/
12license = MIT and GPLv2 and GPLv2+
13summary = NFS utilities and supporting clients and daemons for the NFS server.
14
15description
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
38a7b64b 22 which are mounted on that host.
802ea3af
MT
23end
24
25source_dl =
26sources = %{thisapp}.tar.bz2
27
28build
29 requires
30 libblkid-devel
31 libcap-devel
32 libevent-devel
33 libnfsidmap-devel
34 end
35
36 configure_options += \
802ea3af
MT
37 --without-tcp-wrappers \
38 --disable-static \
39 --enable-tirpc=no \
40 --enable-nfsv3 \
41 --enable-nfsv4 \
42 --with-krb5=no \
43 --disable-gss \
44 --with-rpcgen=internal \
45 --enable-mount
46end
47
48packages
49 package %{name}
50 requires
51 libgssglue
52 util-linux
53 end
54 end
1f9bc2f0
MT
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
802ea3af 59end