]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/nfs-utils/nfs-utils.nm
avahi: Update to 0.6.30.
[ipfire-3.x.git] / pkgs / nfs-utils / nfs-utils.nm
CommitLineData
38a7b64b
BS
1###############################################################################
2# #
3# IPFire.org - A linux based firewall #
4# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt #
5# #
6# This program is free software: you can redistribute it and/or modify #
7# it under the terms of the GNU General Public License as published by #
8# the Free Software Foundation, either version 3 of the License, or #
9# (at your option) any later version. #
10# #
11# This program is distributed in the hope that it will be useful, #
12# but WITHOUT ANY WARRANTY; without even the implied warranty of #
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
14# GNU General Public License for more details. #
15# #
16# You should have received a copy of the GNU General Public License #
17# along with this program. If not, see <http://www.gnu.org/licenses/>. #
18# #
19###############################################################################
20
21###############################################################################
22# Definitions
23###############################################################################
24
25include $(PKGROOT)/Include
26
27PKG_NAME = nfs-utils
28PKG_VER = 1.2.2
29PKG_REL = 0
30
31PKG_MAINTAINER =
bb7d617c 32PKG_GROUPS = Networking/Tools
38a7b64b
BS
33PKG_URL = http://nfs.sourceforge.net/
34PKG_LICENSE = MIT and GPLv2 and GPLv2+
35PKG_SUMMARY = NFS utilities and supporting clients and daemons for the NFS server.
36
f8b4a3ba 37PKG_DEPS += libevent libnfsidmap libgssglue libcap util-linux
38a7b64b
BS
38
39define PKG_DESCRIPTION
40 The nfs-utils package provides a daemon for the kernel NFS server \
41 and related tools, which provides a much higher level of performance \
42 than the traditional Linux NFS server used by most users. This \
43 package also contains the showmount program. Showmount queries the \
44 mount daemon on a remote host for information about the NFS server \
45 on the remote host. For example, showmount can display the clients \
46 which are mounted on that host.
47endef
48
49PKG_TARBALL = $(THISAPP).tar.bz2
50
e1b6e153
MT
51CONFIGURE_OPTIONS += \
52 --mandir=/usr/share/man \
53 --sysconfdir=/etc \
54 --without-tcp-wrappers \
55 --disable-static \
56 --enable-tirpc=no \
57 --enable-nfsv3 \
58 --enable-nfsv4 \
59 --with-krb5=no \
60 --disable-gss \
61 --with-rpcgen=internal \
62 --enable-mount