changeset 1438:698e4de6d9a6

implemented $(PKG)_FIX_GZIP for GitWeb snapshots and similar issues More information about this issue: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2010-11/msg00066.html
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 28 Nov 2010 13:51:03 +0100
parents 181c89101ae0
children b505b699c280
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Nov 28 13:11:32 2010 +0100
+++ b/Makefile	Sun Nov 28 13:51:03 2010 +0100
@@ -62,6 +62,9 @@
     $(if $($(1)_URL_2), \
         ( wget -T 30 -O - '$($(1)_URL)' || wget -O - '$($(1)_URL_2)' ), \
         wget -O - '$($(1)_URL)') \
+    $(if $($(1)_FIX_GZIP), \
+        | gzip -d | gzip -9n, \
+        ) \
     > '$(PKG_DIR)/$($(1)_FILE)'
 
 SOURCEFORGE_FILES = \