]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - nfs-utils/nfs-utils.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/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
8release = 1
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 += \
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
48end
49
50packages
51 package %{name}
52 requires
53 libgssglue
54 util-linux
55 end
56 end
1f9bc2f0
MT
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
802ea3af 61end