annotate src/msys2-libxslt.mk @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 3a6e9da48c3b
children 1d9b775e3004
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5846
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := msys2-libxslt
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_NAME := libxslt
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_IGNORE :=
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_VERSION := 1.1.34-4
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_x86_64_CS := f3aa2f91122503d31be5ed64a7c3ed34eda349bf
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_i686_CS := 536dcc352aa259df8191262cdbc75de4a24069fc
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_SUBDIR :=
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.zst
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(PKG)_DEPS :=
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 $(MSYS2_PKG_UPDATE)
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 define $(PKG)_BUILD
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
3a6e9da48c3b Add msys2-glib2, msys2-libxslt, msys2-p11-kit
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 endef