opt/rpcbind/Pkgfile

24 lines
727 B
Plaintext
Raw Normal View History

2010-06-15 20:03:29 +02:00
# Description: Server that converts RPC program numbers into universal addresses
# URL: http://sourceforge.net/projects/rpcbind/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libtirpc tcp_wrappers
2010-06-15 20:03:29 +02:00
name=rpcbind
2015-04-28 12:22:36 +02:00
version=0.2.3
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2 \
2010-06-15 20:03:29 +02:00
rpcbind)
build() {
cd $name-$version
./configure --prefix=/usr \
--bindir=/sbin \
--mandir=/usr/man \
--enable-libwrap \
2014-11-30 12:11:32 +01:00
--with-rpcuser=root \
--without-systemdsystemunitdir
2010-06-15 20:03:29 +02:00
make
make DESTDIR=$PKG install
install -D -m 755 $SRC/rpcbind $PKG/etc/rc.d/rpcbind
}