2012-01-28 15:23:06 +00:00
|
|
|
# Template file for 'rpcbind'
|
|
|
|
pkgname=rpcbind
|
2014-11-27 07:39:47 +00:00
|
|
|
version=0.2.2
|
|
|
|
revision=1
|
2012-01-28 15:23:06 +00:00
|
|
|
build_style=gnu-configure
|
2014-11-27 07:39:47 +00: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 07:33:55 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2014-11-27 07:46:04 +00:00
|
|
|
makedepends="libtirpc-devel $(vopt_if systemd systemd-devel)"
|
2012-01-28 15:23:06 +00:00
|
|
|
short_desc="Converts RPC program numbers into universal addresses"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-07-09 09:47:41 +00:00
|
|
|
homepage="http://rpcbind.sourceforge.net"
|
2013-03-31 08:15:55 +00:00
|
|
|
license="BSD"
|
2012-07-09 09:47:41 +00:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
2014-11-27 07:39:47 +00:00
|
|
|
checksum=13dbc8c796dbe0ce8df873007bea0490c8460b56202d918c9eb6fa0358a08f29
|
2013-05-06 09:29:29 +00:00
|
|
|
|
2014-08-21 07:33:55 +00:00
|
|
|
build_options="systemd"
|
2014-10-13 15:05:56 +00:00
|
|
|
system_accounts="rpc"
|
2014-08-21 07:33:55 +00:00
|
|
|
|
2012-01-28 15:23:06 +00:00
|
|
|
post_install() {
|
2014-10-13 15:05:56 +00:00
|
|
|
vsv rpcbind
|
2014-11-27 07:39:47 +00:00
|
|
|
vman man/rpcbind.8
|
|
|
|
vman man/rpcinfo.8
|
2012-01-28 15:23:06 +00:00
|
|
|
}
|