view src/src-msys2-libiconv.mk @ 4949:1c251625c3cf

* tools/makeinst-script.sh.in: call .vbs files via wscript call (Bug #55635)
author John Donoghue
date Tue, 05 Feb 2019 12:05:43 -0500
parents 202fa20cf559
children bd07c8b6df75
line wrap: on
line source

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

PKG             := src-msys2-libiconv
$(PKG)_NAME     := libiconv
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.15-1
$(PKG)_CHECKSUM := ddaa6670451b94b5341c4dc836d293b3dadcac99
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
$(PKG)_URL      := $(MSYS2_SRC_URL)/$($(PKG)_FILE)/download

$(PKG)_DEPS     := 

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

define $(PKG)_BUILD
endef