diff options
-rw-r--r-- | open-source-lorries/gettext-tarball.lorry | 8 | ||||
-rw-r--r-- | open-source-lorries/m4-tarball.lorry | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/open-source-lorries/gettext-tarball.lorry b/open-source-lorries/gettext-tarball.lorry new file mode 100644 index 0000000..9c04250 --- /dev/null +++ b/open-source-lorries/gettext-tarball.lorry @@ -0,0 +1,8 @@ +{ + "gettext-tarball": { + "type": "tarball", + "compression": "xz", + "strip": 1, + "url": "http://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.xz" + } +} diff --git a/open-source-lorries/m4-tarball.lorry b/open-source-lorries/m4-tarball.lorry new file mode 100644 index 0000000..e979cfb --- /dev/null +++ b/open-source-lorries/m4-tarball.lorry @@ -0,0 +1,8 @@ +{ + "m4-tarball": { + "type": "tarball", + "compression": "xz", + "strip": 1, + "url": "http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.xz" + } +} |