summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
+}