diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-01-30 16:55:54 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-01-30 16:55:54 +0000 |
commit | c012bda5834327750cddd74b3f1617732efa6bb3 (patch) | |
tree | f65545e2cfe8292e29c2e480e595293dcb498b53 /open-source-lorries | |
parent | 05688ac452b358851e4f31ea91fe49da3cb3bcd2 (diff) | |
download | lorries-c012bda5834327750cddd74b3f1617732efa6bb3.tar.gz |
lorry autoconf and libtool tarballsjjardon/autotools
To use this instead commit tarball contents in the git repos
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/autoconf-tarball.lorry | 8 | ||||
-rw-r--r-- | open-source-lorries/libtool-tarball.lorry | 8 |
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" + } +} |