libtirpc: initial release

This commit is contained in:
Juergen Daubert 2010-06-15 20:02:04 +02:00
parent 165789edbc
commit 85f48acacf
3 changed files with 84 additions and 0 deletions

68
libtirpc/.footprint Normal file
View File

@ -0,0 +1,68 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/netconfig
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/tirpc/
-rw-r--r-- root/root usr/include/tirpc/netconfig.h
drwxr-xr-x root/root usr/include/tirpc/rpc/
-rw-r--r-- root/root usr/include/tirpc/rpc/auth.h
-rw-r--r-- root/root usr/include/tirpc/rpc/auth_des.h
-rw-r--r-- root/root usr/include/tirpc/rpc/auth_gss.h
-rw-r--r-- root/root usr/include/tirpc/rpc/auth_kerb.h
-rw-r--r-- root/root usr/include/tirpc/rpc/auth_unix.h
-rw-r--r-- root/root usr/include/tirpc/rpc/clnt.h
-rw-r--r-- root/root usr/include/tirpc/rpc/clnt_soc.h
-rw-r--r-- root/root usr/include/tirpc/rpc/clnt_stat.h
-rw-r--r-- root/root usr/include/tirpc/rpc/des.h
-rw-r--r-- root/root usr/include/tirpc/rpc/des_crypt.h
-rw-r--r-- root/root usr/include/tirpc/rpc/nettype.h
-rw-r--r-- root/root usr/include/tirpc/rpc/pmap_clnt.h
-rw-r--r-- root/root usr/include/tirpc/rpc/pmap_prot.h
-rw-r--r-- root/root usr/include/tirpc/rpc/pmap_rmt.h
-rw-r--r-- root/root usr/include/tirpc/rpc/raw.h
-rw-r--r-- root/root usr/include/tirpc/rpc/rpc.h
-rw-r--r-- root/root usr/include/tirpc/rpc/rpc_com.h
-rw-r--r-- root/root usr/include/tirpc/rpc/rpc_msg.h
-rw-r--r-- root/root usr/include/tirpc/rpc/rpcb_clnt.h
-rw-r--r-- root/root usr/include/tirpc/rpc/rpcb_prot.h
-rw-r--r-- root/root usr/include/tirpc/rpc/rpcb_prot.x
-rw-r--r-- root/root usr/include/tirpc/rpc/rpcent.h
-rw-r--r-- root/root usr/include/tirpc/rpc/svc.h
-rw-r--r-- root/root usr/include/tirpc/rpc/svc_auth.h
-rw-r--r-- root/root usr/include/tirpc/rpc/svc_dg.h
-rw-r--r-- root/root usr/include/tirpc/rpc/svc_soc.h
-rw-r--r-- root/root usr/include/tirpc/rpc/types.h
-rw-r--r-- root/root usr/include/tirpc/rpc/xdr.h
drwxr-xr-x root/root usr/include/tirpc/rpcsvc/
-rw-r--r-- root/root usr/include/tirpc/rpcsvc/crypt.h
-rw-r--r-- root/root usr/include/tirpc/rpcsvc/crypt.x
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtirpc.a
-rwxr-xr-x root/root usr/lib/libtirpc.la
lrwxrwxrwx root/root usr/lib/libtirpc.so -> libtirpc.so.1.0.10
lrwxrwxrwx root/root usr/lib/libtirpc.so.1 -> libtirpc.so.1.0.10
-rwxr-xr-x root/root usr/lib/libtirpc.so.1.0.10
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libtirpc.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/bindresvport.3t.gz
-rw-r--r-- root/root usr/man/man3/des_crypt.3t.gz
-rw-r--r-- root/root usr/man/man3/getnetconfig.3t.gz
-rw-r--r-- root/root usr/man/man3/getnetpath.3t.gz
-rw-r--r-- root/root usr/man/man3/getrpcent.3t.gz
-rw-r--r-- root/root usr/man/man3/getrpcport.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_clnt_auth.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_clnt_calls.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_clnt_create.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_secure.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_soc.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_calls.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_create.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_err.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_svc_reg.3t.gz
-rw-r--r-- root/root usr/man/man3/rpc_xdr.3t.gz
-rw-r--r-- root/root usr/man/man3/rtime.3t.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/netconfig.5.gz

1
libtirpc/.md5sum Normal file
View File

@ -0,0 +1 @@
d77eb15f464bf9d6e66259eaf78b2a4e libtirpc-0.2.1.tar.bz2

15
libtirpc/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Transport Independent RPC library
# Maintainer: Juergen Daubert, jue at crux dot nu
# URL: http://nfsv4.bullopensource.org/doc/tirpc_rpcbind.php
name=libtirpc
version=0.2.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}