view src/src-msys2-libgnutls.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 def34ca978b3
children 38d42e4346af
line wrap: on
line source

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

PKG             := src-msys2-libgnutls
$(PKG)_NAME     := gnutls
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 3.6.13-1
$(PKG)_CHECKSUM := d697ee3fe43df6d3a32213405d4313ad66747fb3
$(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