annotate src/src-msys2-which.mk @ 6213:5f64fb928091 release

build-gcc: Avoid library clash when calling msgfmt. * src/build-gcc-1-msgfmt.patch: Don't use libraries from the build tree when calling `msgfmt`. * dist-files.mk: Add patch to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 06 May 2022 19:36:10 +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 := src-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)_CHECKSUM := f18972325d78ab3ca79e3f426ec450de6636c263
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_SUBDIR :=
674115b07109 msys2: add ca-certificates, msys2-which
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
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