From 1bf83e7f53c16ba3e444ae004e3d07591b93ede0 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 3 Feb 2015 09:41:28 +0000 Subject: Add a tarball based lorry for gdbm Although there is a git repo, we are building gdbm from tarballs. --- open-source-lorries/gdbm-tarball.lorry | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 open-source-lorries/gdbm-tarball.lorry diff --git a/open-source-lorries/gdbm-tarball.lorry b/open-source-lorries/gdbm-tarball.lorry new file mode 100644 index 0000000..49ecb2f --- /dev/null +++ b/open-source-lorries/gdbm-tarball.lorry @@ -0,0 +1,8 @@ +{ + "gdbm-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz" + } +} -- cgit v1.2.1