libtirpc-32: initial import
This commit is contained in:
parent
16610740ea
commit
21d825fb52
0
libtirpc-32/.32bit
Normal file
0
libtirpc-32/.32bit
Normal file
9
libtirpc-32/.footprint
Normal file
9
libtirpc-32/.footprint
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib32/
|
||||||
|
-rw-r--r-- root/root usr/lib32/libtirpc.a
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libtirpc.la
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libtirpc.so -> libtirpc.so.3.0.0
|
||||||
|
lrwxrwxrwx root/root usr/lib32/libtirpc.so.3 -> libtirpc.so.3.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib32/libtirpc.so.3.0.0
|
||||||
|
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib32/pkgconfig/libtirpc.pc
|
1
libtirpc-32/.md5sum
Normal file
1
libtirpc-32/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
f8403a10695348854e71d525c4db5931 libtirpc-1.0.3.tar.bz2
|
5
libtirpc-32/.signature
Normal file
5
libtirpc-32/.signature
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||||
|
RWSwxGo/zH7eXYbqNbX4kmK3saEABJnEZ6y//UdknsS3Pnjw8SKtWrOu7AEpEBIb3KlCvquub5iC4F2mElIRrydwgk84BUmxeQg=
|
||||||
|
SHA256 (Pkgfile) = eb7ff743a617389622a55f12fdc9e92428290f89dffeaf831dfc29fd2fc1ed36
|
||||||
|
SHA256 (.footprint) = fdb4f0ce084a49253514056f04c87cd327201089580073fe928cfae35b258021
|
||||||
|
SHA256 (libtirpc-1.0.3.tar.bz2) = 86c3a78fc1bddefa96111dd233124c703b22a78884203c55c3e06b3be6a0fd5e
|
24
libtirpc-32/Pkgfile
Normal file
24
libtirpc-32/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
# 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.0.3
|
||||||
|
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}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user