Source-Makefile: feeds/packages/net/rpcbind/Makefile

Package: rpcbind
Version: 1.2.6-r2
Depends: +libc +libtirpc +RPCBIND_LIBWRAP:libwrap
Conflicts: 
Menu-Depends: 
Provides: 
Section: net
Category: Network
Repository: base
Title: Universal addresses to RPC mapper
Maintainer: 
Require-User: rpc=65533:rpc=65533
Source: rpcbind-1.2.6.tar.bz2
License: BSD-3-Clause
CPE-ID: cpe:/a:rpcbind_project:rpcbind
URL: http://rpcbind.sourceforge.net/
Type: ipkg
Description:   The rpcbind utility is a server that converts RPC program numbers into universal addresses.
  It must be running on the host to be able to make RPC calls on a server on that machine.

  Rpcbind replaces portmap for NFS v2/v3. It has more features, like ipv6 support.
  Note: Nfs4 only configurations can run without it.
@@
Config:
if PACKAGE_rpcbind
	config RPCBIND_LIBWRAP
		bool "Enable libwrap (TCP wrappers) support."
		default y
	config RPCBIND_RMTCALLS
		bool "Enable broadcast discovery support of rpc services."
		help
			Services such as Kodi (via libnfs) use this functionality to discover available NFS shares on the network.
		default y
		
		
endif
@@


