view src/src-msys-wget.mk @ 4608:dac40a0ff814

nsis: update for 64bit compile * src/nsis.mk: use sed to change default target stype in makensis, set target options to amd64 in 64bit mode, dont skip system plugin * tools/makeinst-script.sh.in: include MUI2.nsh
author John Donoghue
date Wed, 28 Feb 2018 11:01:19 -0500
parents c8546fe79bc9
children
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := src-msys-wget
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.12-1
$(PKG)_CHECKSUM := e4302886ab009c825db69917eb6e73bcb481c443
$(PKG)_REMOTE_SUBDIR := wget/wget-$($(PKG)_VERSION)
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := wget-$($(PKG)_VERSION)-msys-1.0.13-src.tar.lzma
$(PKG)_URL      := $(MSYS_EXTENSION_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
$(PKG)_DEPS     := 

define $(PKG)_UPDATE
    $(WGET) -q -O- '$(MSYS_EXTENSION_URL)/wget' | \
    $(SED) -n 's,.*title="wget-\([0-9][^"]*\)".*,\1,p' | \
    head -1
endef

define $(PKG)_BUILD
endef