diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-20 16:07:45 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-09-20 16:07:45 +0100 |
commit | 4d83e9eead8edd6a0eb21743b8043ab1ea94c78a (patch) | |
tree | 9c8f5a875ecaa14ce82c464d31b8ced0cecdd1f6 /open-source-lorries | |
parent | c8da46f5e2b3dff16d8d533fbea424c0f9473a6d (diff) | |
download | lorries-4d83e9eead8edd6a0eb21743b8043ab1ea94c78a.tar.gz |
Add Ceph related lorries
Requested by Mark Doffman.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/boost.lorry | 7 | ||||
-rw-r--r-- | open-source-lorries/ceph.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/editline.lorry | 8 | ||||
-rw-r--r-- | open-source-lorries/gperftools.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/leveldb.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libaio.lorry | 8 | ||||
-rw-r--r-- | open-source-lorries/libunwind.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/snappy.lorry | 7 |
8 files changed, 54 insertions, 0 deletions
diff --git a/open-source-lorries/boost.lorry b/open-source-lorries/boost.lorry new file mode 100644 index 0000000..21d84db --- /dev/null +++ b/open-source-lorries/boost.lorry @@ -0,0 +1,7 @@ +{ + "boost": { + "type": "svn", + "url": " http://svn.boost.org/svn/", + "layout": "standard" + } +} diff --git a/open-source-lorries/ceph.lorry b/open-source-lorries/ceph.lorry new file mode 100644 index 0000000..b512abb --- /dev/null +++ b/open-source-lorries/ceph.lorry @@ -0,0 +1,6 @@ +{ + "ceph": { + "type": "git", + "url": "https://github.com/ceph/ceph.git" + } +} diff --git a/open-source-lorries/editline.lorry b/open-source-lorries/editline.lorry new file mode 100644 index 0000000..072bed6 --- /dev/null +++ b/open-source-lorries/editline.lorry @@ -0,0 +1,8 @@ +{ + "editline-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://www.thrysoee.dk/editline/libedit-20130712-3.1.tar.gz" + } +} diff --git a/open-source-lorries/gperftools.lorry b/open-source-lorries/gperftools.lorry new file mode 100644 index 0000000..bf6a250 --- /dev/null +++ b/open-source-lorries/gperftools.lorry @@ -0,0 +1,6 @@ +{ + "gperftools": { + "type": "git", + "url": "https://code.google.com/p/gperftools/" + } +} diff --git a/open-source-lorries/leveldb.lorry b/open-source-lorries/leveldb.lorry new file mode 100644 index 0000000..1f272db --- /dev/null +++ b/open-source-lorries/leveldb.lorry @@ -0,0 +1,6 @@ +{ + "leveldb": { + "type": "git", + "url": "https://code.google.com/p/leveldb/" + } +} diff --git a/open-source-lorries/libaio.lorry b/open-source-lorries/libaio.lorry new file mode 100644 index 0000000..722258c --- /dev/null +++ b/open-source-lorries/libaio.lorry @@ -0,0 +1,8 @@ +{ + "libaio-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.109.orig.tar.gz" + } +} diff --git a/open-source-lorries/libunwind.lorry b/open-source-lorries/libunwind.lorry new file mode 100644 index 0000000..2fe065b --- /dev/null +++ b/open-source-lorries/libunwind.lorry @@ -0,0 +1,6 @@ +{ + "libunwind": { + "type": "git", + "url": "git://git.sv.gnu.org/libunwind.git" + } +} diff --git a/open-source-lorries/snappy.lorry b/open-source-lorries/snappy.lorry new file mode 100644 index 0000000..4c20066 --- /dev/null +++ b/open-source-lorries/snappy.lorry @@ -0,0 +1,7 @@ +{ + "snappy": { + "type": "svn", + "url": "http://snappy.googlecode.com/svn/", + "layout": "standard" + } +} |