Jürgen Buchmüller 7920f82ae5 Revert "rpcbind: broken for musl"
This reverts commit a531ec8f50bac12fa8ea5bb42b86b04c8c5da3ce.

Actually a missing reset for the aarch64 builder is causing the error.
2017-11-08 09:54:24 +01:00

24 lines
685 B
Bash

# Template file for 'rpcbind'
pkgname=rpcbind
version=0.2.4
revision=1
build_style=gnu-configure
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
--with-systemdsystemunitdir=no"
hostmakedepends="pkg-config"
makedepends="libtirpc-devel"
system_accounts="rpc"
short_desc="Converts RPC program numbers into universal addresses"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://rpcbind.sourceforge.net"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
checksum=074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66
post_install() {
vlicense COPYING
vsv rpcbind
vman man/rpcbind.8
vman man/rpcinfo.8
}