From 25a64887b17937294f051c1e9205b5ccb2afae34 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 16 Nov 2012 17:59:40 +0000 Subject: Add ti-rpc and rpcbind --- active/rpcbind.lorry | 8 ++++++++ active/ti-rpc.lorry | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 active/rpcbind.lorry create mode 100644 active/ti-rpc.lorry diff --git a/active/rpcbind.lorry b/active/rpcbind.lorry new file mode 100644 index 0000000..4528d28 --- /dev/null +++ b/active/rpcbind.lorry @@ -0,0 +1,8 @@ +{ + "rpcbind": { + "type": "tarball", + "compression": "bzip2", + "strip": 1, + "url": "http://nfsv4.bullopensource.org/tarballs/rpcbind/rpcbind-0.1.5-1.tar.bz2" + } +} diff --git a/active/ti-rpc.lorry b/active/ti-rpc.lorry new file mode 100644 index 0000000..65e3866 --- /dev/null +++ b/active/ti-rpc.lorry @@ -0,0 +1,6 @@ +{ + "ti-rpc": { + "type": "git", + "url": "git://git.infradead.org/users/steved/libtirpc.git" + } +} -- cgit v1.2.1