view src/src-msys2-glib2.mk @ 7239:4a1009853b43 release

Added tag octave-release-9.2.0 for changeset 137f17bc051e
author John W. Eaton <jwe@octave.org>
date Sat, 01 Jun 2024 11:35:24 -0400
parents 3a2430f79ca0
children c2a4653950bf
line wrap: on
line source

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

PKG             := src-msys2-glib2
$(PKG)_NAME     := glib2
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.76.6-1
$(PKG)_CHECKSUM := f49fd0c6b8007496e3239cd7b22e15545f04fe85
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.zst
$(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