void-packages/srcpkgs/rpcbind/template

26 lines
813 B
Bash
Raw Normal View History

2012-01-28 16:23:06 +01:00
# Template file for 'rpcbind'
pkgname=rpcbind
2015-04-28 07:07:03 +02:00
version=0.2.3
revision=2
2015-03-05 10:15:02 +01:00
build_pie=yes
2012-01-28 16:23:06 +01:00
build_style=gnu-configure
2014-11-27 08:39:47 +01:00
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
$(vopt_if systemd '--with-systemsystemunitdir=/usr/lib/systemd/system' '--with-systemdsystemunitdir=no')"
2014-08-21 09:33:55 +02:00
hostmakedepends="pkg-config"
makedepends="libtirpc-devel $(vopt_if systemd systemd-devel)"
2012-01-28 16:23:06 +01:00
short_desc="Converts RPC program numbers into universal addresses"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://rpcbind.sourceforge.net"
2013-03-31 10:15:55 +02:00
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
2015-04-28 07:07:03 +02:00
checksum=9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b
2013-05-06 11:29:29 +02:00
2014-08-21 09:33:55 +02:00
build_options="systemd"
2014-10-13 17:05:56 +02:00
system_accounts="rpc"
2014-08-21 09:33:55 +02:00
2012-01-28 16:23:06 +01:00
post_install() {
2014-10-13 17:05:56 +02:00
vsv rpcbind
2014-11-27 08:39:47 +01:00
vman man/rpcbind.8
vman man/rpcinfo.8
2012-01-28 16:23:06 +01:00
}