annotate src/msys2-pacman-mirrors.mk @ 5835:93d20ff5d6a6

of-image: Don't use function dim_vector::to_jit. * src/of-image-1-no-jit.patch: Add new patch. * dist-files.mk: Add new file to list. See: https://octave.discourse.group/t/1468
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 11 Aug 2021 14:51:14 +0200
parents 3020af90f9f9
children 38d42e4346af
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
3
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
4 PKG := msys2-pacman-mirrors
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := pacman-mirrors
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
5384
def34ca978b3 * src/msys2-gawk.mk, src/msys2-info.mk, src/msys2-libbz2.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 5362
diff changeset
7 $(PKG)_VERSION := 20200329-1
5808
3020af90f9f9 * src/msys2-pacman-mirrors.mk: rename diff arch files to avoid checksum conflicts
John Donoghue <john.donoghue@ieee.org>
parents: 5384
diff changeset
8 # the mirror package is NOT the same for both systems, but same name
5384
def34ca978b3 * src/msys2-gawk.mk, src/msys2-info.mk, src/msys2-libbz2.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 5362
diff changeset
9 $(PKG)_i686_CS := 21417ae4d160dadf091625b210e459afc6505b95
def34ca978b3 * src/msys2-gawk.mk, src/msys2-info.mk, src/msys2-libbz2.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 5362
diff changeset
10 $(PKG)_x86_64_CS := 5eb8f63b7036a0553162e10060f0695e593648e7
5362
c630ba1efe52 * src/msys2-pacman-mirrors.mk: use a separate i686 checksum
John Donoghue <john.donoghue@ieee.org>
parents: 5352
diff changeset
11 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
4920
f84bb02890c0 add rule for updaing msys2 packages, and update to latest msys2 packages
John Donoghue
parents: 4822
diff changeset
12 $(PKG)_CHECKSUM := $($(PKG)_CS)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
13 $(PKG)_SUBDIR :=
5808
3020af90f9f9 * src/msys2-pacman-mirrors.mk: rename diff arch files to avoid checksum conflicts
John Donoghue <john.donoghue@ieee.org>
parents: 5384
diff changeset
14 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
3020af90f9f9 * src/msys2-pacman-mirrors.mk: rename diff arch files to avoid checksum conflicts
John Donoghue <john.donoghue@ieee.org>
parents: 5384
diff changeset
15 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_NAME)-$($(PKG)_VERSION)-any.pkg.tar.xz
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
16
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
17 $(PKG)_DEPS :=
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
18
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
19 define $(PKG)_UPDATE
4822
14328ca36f61 Add MSYS2_PKG_UPDATE rule and use in msys2 packages
John Donoghue
parents: 4794
diff changeset
20 $(MSYS2_PKG_UPDATE)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
21 endef
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
22
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
23 define $(PKG)_BUILD
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
24 $(MSYS2_PKG_BUILD)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
25 endef