opt/libtirpc/Pkgfile

21 lines
519 B
Plaintext

# Description: Transport Independent RPC library
# Maintainer: Juergen Daubert, jue at crux dot nu
# URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
name=libtirpc
version=0.2.4
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-gssapi
make
make DESTDIR=$PKG install
}