From 8dde40489826a52c120b24df112855a7ebba740f Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 18:44:14 +0000 Subject: Add a tarball-based lorry for make --- open-source-lorries/make.lorry | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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" + } } -- cgit v1.2.1