view src/src-msys2-unzip.mk @ 4919:9cf8d7a723d7

of-struct: add dev 6 fixes * src/of-struct-2-devfixes.patch: new file * dist-files.mk: add ref to of-struct-2-devfixes.patch
author John Donoghue
date Thu, 03 Jan 2019 09:07:06 -0500
parents 202fa20cf559
children a7bbb803f069
line wrap: on
line source

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

PKG             := src-msys2-unzip
$(PKG)_NAME     := unzip
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 6.0-2
$(PKG)_CHECKSUM := c7d77f66763b9836453d46afc810e9e00a9bc2d7
$(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