summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-03 17:14:33 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-02-03 17:14:33 +0000
commit1ceb64892a31de4d24c4117968ad54bed93f0272 (patch)
treeee12ee7dd27b7fa157c264a9941648998096302f
parentd75a3c0876c107c363d0602c1cc58e06144c1dfa (diff)
downloadlorries-1ceb64892a31de4d24c4117968ad54bed93f0272.tar.gz
make: Add tarball importsam/update-make
GNU Make is used in build-essential so we need a tarball version available.
-rw-r--r--open-source-lorries/make.lorry6
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/make.lorry b/open-source-lorries/make.lorry
index c82de67..6bbe400 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",
+ "url": "http://git.savannah.gnu.org/cgit/make.git/snapshot/make-4.1.tar.gz",
+ "compression": "gzip",
+ "strip": "1"
}
}