summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-16 17:59:40 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-16 17:59:40 +0000
commit25a64887b17937294f051c1e9205b5ccb2afae34 (patch)
tree5de7d87b0f8d8318b01986f9fab4c9dda38328cc
parent38fac7aeb93ca18161b4a86d789af7dfae3595d9 (diff)
downloadlorries-25a64887b17937294f051c1e9205b5ccb2afae34.tar.gz
Add ti-rpc and rpcbind
-rw-r--r--active/rpcbind.lorry8
-rw-r--r--active/ti-rpc.lorry6
2 files changed, 14 insertions, 0 deletions
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"
+ }
+}