opt/libtirpc/Pkgfile

22 lines
545 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=1.0.2
release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
sed '/stdlib.h/a#include <stdint.h>' -i src/xdr_sizeof.c
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-gssapi
make
make DESTDIR=$PKG install
}