summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 18:44:14 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 18:44:25 +0000
commit8dde40489826a52c120b24df112855a7ebba740f (patch)
tree07e0433e4fc8c7e2524374ca6bd356f8c6d80923
parentd75a3c0876c107c363d0602c1cc58e06144c1dfa (diff)
downloadlorries-8dde40489826a52c120b24df112855a7ebba740f.tar.gz
Add a tarball-based lorry for makebaserock/tiagogomes/make
-rw-r--r--open-source-lorries/make.lorry8
1 files changed, 7 insertions, 1 deletions
diff --git a/open-source-lorries/make.lorry b/open-source-lorries/make.lorry
index c82de67..dd706d4 100644
--- a/open-source-lorries/make.lorry
+++ b/open-source-lorries/make.lorry
@@ -2,5 +2,11 @@
"make": {
"type": "bzr",
"url": "lp:make"
- }
+ },
+ "make-tarball": {
+ "type": "tarball",
+ "compression": "bzip2",
+ "strip": "1",
+ "url": "http://ftp.gnu.org/gnu/make/make-4.1.tar.bz2"
+ }
}