summaryrefslogtreecommitdiff
path: root/open-source-lorries
diff options
context:
space:
mode:
Diffstat (limited to 'open-source-lorries')
-rw-r--r--open-source-lorries/boost-tarball.lorry8
-rw-r--r--open-source-lorries/boost.lorry7
2 files changed, 8 insertions, 7 deletions
diff --git a/open-source-lorries/boost-tarball.lorry b/open-source-lorries/boost-tarball.lorry
new file mode 100644
index 0000000..e4e2bea
--- /dev/null
+++ b/open-source-lorries/boost-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "boost-tarball": {
+ "type": "tarball",
+ "compression": "bz2",
+ "strip": 1,
+ "url": "http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2"
+ }
+}
diff --git a/open-source-lorries/boost.lorry b/open-source-lorries/boost.lorry
deleted file mode 100644
index 2a0e4d2..0000000
--- a/open-source-lorries/boost.lorry
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "boost": {
- "type": "svn",
- "url": "http://svn.boost.org/svn/boost/",
- "layout": "standard"
- }
-}