view src/src-msys2-mintty.mk @ 5831:4e1ae8cbc9ec

allow build-python3 to build correctly (bug #61008) * Makefile.in (BUILD_PKG_CONFIG_PATH): Include usr/lib/pkgconfig at beginning of default list of directories.
author John W. Eaton <jwe@octave.org>
date Tue, 10 Aug 2021 11:11:59 -0400
parents dad8270e96e2
children 38d42e4346af
line wrap: on
line source

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

PKG             := src-msys2-mintty
$(PKG)_NAME     := mintty
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1~3.1.4-1
$(PKG)_FILTER   := mintty-1~
$(PKG)_CHECKSUM := cc1becd7433520479d9c9307aba854316ef3e6cf
$(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