annotate src/src-msys2-ca-certificates.mk @ 7251:e3bf1ceb1511 default tip @

Mesa 3D: Fix building for Linux without libdrm. * src/mesa-1-libdrm.patch: Add new patch. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 12 Jun 2024 20:54:42 +0200
parents c2a4653950bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5843
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := src-msys2-ca-certificates
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_NAME := ca-certificates
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_IGNORE :=
7117
c2a4653950bf * src/msys2-ca-certificates.mk, src/msys2-glib2.mk, src/msys2-gnupg.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6695
diff changeset
7 $(PKG)_VERSION := 20240203-1
c2a4653950bf * src/msys2-ca-certificates.mk, src/msys2-glib2.mk, src/msys2-gnupg.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6695
diff changeset
8 $(PKG)_CHECKSUM := 1ed57461c50f1fb714b7336c660cbd30afd113da
5843
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_SUBDIR :=
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5843
diff changeset
10 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.zst
5843
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := $(MSYS2_SRC_URL)/$($(PKG)_FILE)
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 $(PKG)_DEPS :=
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 define $(PKG)_UPDATE
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(WGET) -q -O- '$(MSYS2_BASE_URL)/' | \
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 $(SED) -n 's,.*title="$($(PKG)_NAME)-\([0-9][^"]*\)".*,\1,p' | \
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 head -1
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 endef
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 define $(PKG)_BUILD
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 endef