summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
}