diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-02-02 12:00:00 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-02-02 12:00:34 +0000 |
commit | feaa76ae3e8c5dc99f1782209056f7f9caecff67 (patch) | |
tree | f018dcf79b18e5814955bc2b5dce1776a7928ce1 | |
parent | 9857505a29b2c2811fe1cdb8fc87c40daacea174 (diff) | |
parent | 4ba14b790eaf6c558d802ee519ee1f1d86983f93 (diff) | |
download | lorries-feaa76ae3e8c5dc99f1782209056f7f9caecff67.tar.gz |
Merge branch 'jjardon/autotools2'
Reviewed-By: Paul Sherwood <paul.sherwood@codethink.co.uk>
Reviewed-By: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
-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" + } +} |