compat-32/libtirpc-32/Pkgfile

25 lines
569 B
Plaintext
Raw Normal View History

2018-07-04 12:56:17 +02:00
# Description: Transport Independent RPC library.
2020-06-24 23:33:46 +02:00
# URL: https://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
2020-04-12 03:47:06 +02:00
version=1.2.6
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}
}