compat-32/libtirpc-32/Pkgfile
2018-09-02 20:20:14 +10:00

25 lines
564 B
Plaintext

# Description: Transport Independent RPC library.
# URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtirpc
name=libtirpc-32
version=1.1.4
release=1
source=(https://downloads.sourceforge.net/project/${name%-*}/${name%-*}/$version/${name%-*}-$version.tar.bz2)
build() {
cd ${name%-*}-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--sysconfdir=/etc \
--disable-gssapi
make
make DESTDIR=$PKG install
rm -r $PKG/etc $PKG/usr/{include,share}
}