compat-32/libtirpc-32/Pkgfile

25 lines
568 B
Plaintext
Raw Normal View History

2018-07-04 12:56:17 +02:00
# Description: Transport Independent RPC library.
# URL: http://git.linux-nfs.org/?p=steved/libtirpc.git;a=summary
2018-07-04 12:56:17 +02:00
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libtirpc
name=libtirpc-32
2021-05-11 17:07:39 +02:00
version=1.3.2
2018-07-04 12:56:17 +02:00
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}
}