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
pull/13/head
Volker Grabsch 14 years ago
parent 3d1c3af5ab
commit f53eac4b7f

@ -62,6 +62,9 @@ DOWNLOAD_PKG_ARCHIVE = \
$(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 = \

Loading…
Cancel
Save