void-packages/srcpkgs/rpcbind/template

23 lines
797 B
Text
Raw Normal View History

2012-01-28 15:23:06 +00:00
# Template file for 'rpcbind'
pkgname=rpcbind
2013-08-20 12:33:50 +00:00
version=0.2.1
2014-02-17 09:40:48 +00:00
revision=2
2012-01-28 15:23:06 +00:00
build_style=gnu-configure
2013-08-20 12:33:50 +00:00
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc"
2014-02-17 09:40:48 +00:00
hostmakedepends="pkg-config libtirpc-devel"
makedepends="libtirpc-devel"
systemd_services="${pkgname}.service on"
system_accounts="rpc"
2012-01-28 15:23:06 +00:00
short_desc="Converts RPC program numbers into universal addresses"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://rpcbind.sourceforge.net"
2013-03-31 08:15:55 +00:00
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
2013-08-20 12:33:50 +00:00
checksum=da169ff877a5a07581fad50a9a808ac6e96f0c277a3df49a7ef005778428496e
2013-05-06 09:29:29 +00:00
2012-01-28 15:23:06 +00:00
post_install() {
vinstall man/rpcbind.8 644 usr/share/man/man8
vinstall man/rpcinfo.8 644 usr/share/man/man8
2013-08-20 12:33:50 +00:00
vinstall ${FILESDIR}/${pkgname}.service 644 usr/lib/systemd/system
2012-01-28 15:23:06 +00:00
}