mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
17 lines
937 B
Plaintext
17 lines
937 B
Plaintext
PKG_NAME="nfs-utils"
|
|
PKG_VERSION="1.2.3"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="http://nfs.sourceforge.net/"
|
|
PKG_URL="$SOURCEFORGE_SRC/nfs/nfs-utils/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
|
PKG_DEPENDS="libevent libnfsidmap portmap util-linux-ng"
|
|
PKG_BUILD_DEPENDS="toolchain libevent libnfsidmap"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="network"
|
|
PKG_SHORTDESC="nfs-utils: Linux NFS client and server utilities"
|
|
PKG_LONGDESC="The nfs-utils package provides a daemon for the kernel NFS server and related tools, which provides a much higher level of performance than the traditional Linux NFS server used by most users. This package also contains the showmount program. Showmount queries the mount daemon on a remote host for information about the NFS (Network File System) server on the remote host. For example, showmount can display the clients which are mounted on that host."
|
|
PKG_IS_ADDON="no"
|
|
|
|
PKG_AUTORECONF="yes"
|