view src/src-msys2-sed.mk @ 5913:fa2337ae8097 release

README.html: Add some general comments wrt Octave on Windows (bug #61207). * installer-files/README.html: Add reference to wiki article "Octave for Microsoft Windows".
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 03 Oct 2021 13:51:43 +0200
parents 8d35b561c06f
children 1d9b775e3004
line wrap: on
line source

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

PKG             := src-msys2-sed
$(PKG)_NAME     := sed
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 4.8-1
$(PKG)_CHECKSUM := 2dd248d922ffde2214b0da4543cc00593ab26932
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
$(PKG)_URL      := $(MSYS2_SRC_URL)/$($(PKG)_FILE)

$(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