annotate src/msys2-libpcre2.mk @ 6161:8fcac4d6d983 release

of-queueing: Fix syntax error with Octave 7 (bug #62314). * src/of-queueing-1-octave7.patch: Add new file. * dist-files.mk: Include new patch.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 14 Apr 2022 19:27:13 +0200
parents 38d42e4346af
children 1d9b775e3004
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4952
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
3
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
4 PKG := msys2-libpcre2
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := libpcre2_8
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
5842
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5266
diff changeset
7 $(PKG)_VERSION := 10.37-1
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5266
diff changeset
8 $(PKG)_x86_64_CS := caaa50dda77e1ce8ae4b861a2cebeb4b88f66ee8
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5266
diff changeset
9 $(PKG)_i686_CS := 46e1cf88bfefa689ed3ccda587a9ecfeeb3ed977
4952
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
12 $(PKG)_SUBDIR :=
5842
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5266
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.zst
5265
a7bbb803f069 * Makefile.in: update urls and msys2 rules to go to repo.msys2.org
John Donoghue
parents: 5062
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
4952
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
15
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
16 $(PKG)_DEPS :=
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
17
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
18 define $(PKG)_UPDATE
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
19 $(MSYS2_PKG_UPDATE)
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
20 endef
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
21
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
22 define $(PKG)_BUILD
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
24 endef