annotate src/src-msys2-libpcre2.mk @ 6579:6acfc9230935

msys2 updates * src/msys2-gawk.mk, src/msys2-liblzma.mk, src/msys2-libpcre2.mk, src/msys2-mintty.mk, src/msys2-runtime.mk, src/src-msys2-gawk.mk, src/src-msys2-liblzma.mk, src/src-msys2-libpcre2.mk src/src-msys2-mintty.mk, src/src-msys2-runtime.mk: update version
author John Donoghue <john.donoghue@ieee.org>
date Thu, 22 Dec 2022 17:57:34 -0500
parents 3223dc40944e
children c2a4653950bf
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 := src-msys2-libpcre2
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := pcre2
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
6579
6acfc9230935 msys2 updates
John Donoghue <john.donoghue@ieee.org>
parents: 6574
diff changeset
7 $(PKG)_VERSION := 10.42-1
6acfc9230935 msys2 updates
John Donoghue <john.donoghue@ieee.org>
parents: 6574
diff changeset
8 $(PKG)_CHECKSUM := 995d9864321b4efc71cf486c06591a217474550b
4952
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR :=
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5842
diff changeset
10 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.zst
5265
a7bbb803f069 * Makefile.in: update urls and msys2 rules to go to repo.msys2.org
John Donoghue
parents: 5062
diff changeset
11 $(PKG)_URL := $(MSYS2_SRC_URL)/$($(PKG)_FILE)
4952
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
12
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
13 $(PKG)_DEPS :=
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
14
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
15 define $(PKG)_UPDATE
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
16 $(WGET) -q -O- '$(MSYS2_BASE_URL)/' | \
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
17 $(SED) -n 's,.*title="$($(PKG)_NAME)-\([0-9][^"]*\)".*,\1,p' | \
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
18 head -1
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
19 endef
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
20
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
21 define $(PKG)_BUILD
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
22 endef