mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
rpcbind: remove long_desc.
This commit is contained in:
parent
edb7b5dbd7
commit
243020e75c
1 changed files with 3 additions and 12 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'rpcbind'
|
# Template file for 'rpcbind'
|
||||||
pkgname=rpcbind
|
pkgname=rpcbind
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc"
|
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config libtirpc-devel"
|
||||||
makedepends="libtirpc-devel shadow"
|
makedepends="libtirpc-devel"
|
||||||
depends="shadow"
|
|
||||||
systemd_services="${pkgname}.service on"
|
systemd_services="${pkgname}.service on"
|
||||||
system_accounts="rpc"
|
system_accounts="rpc"
|
||||||
short_desc="Converts RPC program numbers into universal addresses"
|
short_desc="Converts RPC program numbers into universal addresses"
|
||||||
|
@ -15,14 +14,6 @@ homepage="http://rpcbind.sourceforge.net"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e
|
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() {
|
post_install() {
|
||||||
vinstall man/rpcbind.8 644 usr/share/man/man8
|
vinstall man/rpcbind.8 644 usr/share/man/man8
|
||||||
|
|
Loading…
Add table
Reference in a new issue