compat-32/libtirpc-32/Pkgfile
2021-01-03 01:19:57 +11:00

25 lines
568 B
Plaintext

# Description: Transport Independent RPC library.
# URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtirpc
name=libtirpc-32
version=1.3.1
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}
}