rpcbind: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 10:40:48 +01:00
parent edb7b5dbd7
commit 243020e75c

View File

@ -1,12 +1,11 @@
# Template file for 'rpcbind'
pkgname=rpcbind
version=0.2.1
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc"
hostmakedepends="pkg-config"
makedepends="libtirpc-devel shadow"
depends="shadow"
hostmakedepends="pkg-config libtirpc-devel"
makedepends="libtirpc-devel"
systemd_services="${pkgname}.service on"
system_accounts="rpc"
short_desc="Converts RPC program numbers into universal addresses"
@ -15,14 +14,6 @@ homepage="http://rpcbind.sourceforge.net"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e
long_desc="
The rpcbind utility is a server that converts RPC program numbers into
universal address. It must be running on the host to be able to make
RPC calls on a server on that machine."
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtirpc-devel"
fi
post_install() {
vinstall man/rpcbind.8 644 usr/share/man/man8