24 lines
685 B
Bash
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
|
|
}
|