rpcbind: drop systemd build option.
This commit is contained in:
parent
d2db355647
commit
1e7e2a48c1
1 changed files with 4 additions and 6 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'rpcbind'
|
||||
pkgname=rpcbind
|
||||
version=0.2.3
|
||||
revision=2
|
||||
revision=4
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
|
||||
$(vopt_if systemd '--with-systemsystemunitdir=/usr/lib/systemd/system' '--with-systemdsystemunitdir=no')"
|
||||
--with-systemdsystemunitdir=no"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libtirpc-devel $(vopt_if systemd systemd-devel)"
|
||||
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"
|
||||
|
@ -15,9 +16,6 @@ license="BSD"
|
|||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b
|
||||
|
||||
build_options="systemd"
|
||||
system_accounts="rpc"
|
||||
|
||||
post_install() {
|
||||
vsv rpcbind
|
||||
vman man/rpcbind.8
|
||||
|
|
Loading…
Reference in a new issue