annotate src/msys2-which.mk @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents 674115b07109
children 1d9b775e3004
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 := msys2-which
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_NAME := which
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_IGNORE :=
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_VERSION := 2.21-2
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_x86_64_CS := c6183ec9734892a55b94978d8b173bbe414e3e37
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_i686_CS := d8fba94924bf7a7015860029e6c48d64ec041c45
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_SUBDIR :=
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(PKG)_DEPS :=
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 define $(PKG)_UPDATE
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 $(MSYS2_PKG_UPDATE)
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 endef
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 define $(PKG)_BUILD
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
24 endef