summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 09:41:28 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-02-03 10:32:11 +0000
commit1bf83e7f53c16ba3e444ae004e3d07591b93ede0 (patch)
tree8904ef246adbac9024b559c47e52e16cef1e1f7c
parent256c477bc67dbc56af5764b78fefea03ad3345ee (diff)
downloadlorries-1bf83e7f53c16ba3e444ae004e3d07591b93ede0.tar.gz
Add a tarball based lorry for gdbm
Although there is a git repo, we are building gdbm from tarballs.
-rw-r--r--open-source-lorries/gdbm-tarball.lorry8
1 files changed, 8 insertions, 0 deletions
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"
+ }
+}