From c012bda5834327750cddd74b3f1617732efa6bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 30 Jan 2015 16:55:54 +0000 Subject: lorry autoconf and libtool tarballs To use this instead commit tarball contents in the git repos --- open-source-lorries/autoconf-tarball.lorry | 8 ++++++++ open-source-lorries/libtool-tarball.lorry | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 open-source-lorries/autoconf-tarball.lorry create mode 100644 open-source-lorries/libtool-tarball.lorry 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" + } +} -- cgit v1.2.1