From 1ceb64892a31de4d24c4117968ad54bed93f0272 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 3 Feb 2015 17:14:33 +0000 Subject: make: Add tarball import GNU Make is used in build-essential so we need a tarball version available. --- open-source-lorries/make.lorry | 6 ++++++ 1 file changed, 6 insertions(+) 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" } } -- cgit v1.2.1