view src/src-msys2-sed.mk @ 4853:2ee6a02e6f28

check for ccache; don't attempt to use ccache if it is missing (bug #54746)
author John W. Eaton <jwe@octave.org>
date Wed, 10 Oct 2018 14:31:19 -0400
parents 202fa20cf559
children f84bb02890c0
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.4-2
$(PKG)_CHECKSUM := bc674fe198c3f5ea98888de71e3e33c2d35fda80
$(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