summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-01-30 16:55:54 +0000
committerJavier Jardón <jjardon@gnome.org>2015-01-30 16:55:54 +0000
commitc012bda5834327750cddd74b3f1617732efa6bb3 (patch)
treef65545e2cfe8292e29c2e480e595293dcb498b53
parent05688ac452b358851e4f31ea91fe49da3cb3bcd2 (diff)
downloadlorries-jjardon/autotools.tar.gz
lorry autoconf and libtool tarballsjjardon/autotools
To use this instead commit tarball contents in the git repos
-rw-r--r--open-source-lorries/autoconf-tarball.lorry8
-rw-r--r--open-source-lorries/libtool-tarball.lorry8
2 files changed, 16 insertions, 0 deletions
diff --git a/open-source-lorries/autoconf-tarball.lorry b/open-source-lorries/autoconf-tarball.lorry
new file mode 100644
index 0000000..391194d
--- /dev/null
+++ b/open-source-lorries/autoconf-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "autoconf-tarball": {
+ "type": "tarball",
+ "compression": "xz",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.xz"
+ }
+}
diff --git a/open-source-lorries/libtool-tarball.lorry b/open-source-lorries/libtool-tarball.lorry
new file mode 100644
index 0000000..5bfe078
--- /dev/null
+++ b/open-source-lorries/libtool-tarball.lorry
@@ -0,0 +1,8 @@
+{
+ "libtool-tarball": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftpmirror.gnu.org/libtool/libtool-2.4.5.tar.gz"
+ }
+}