annotate src/msys2-libpcre2.mk @ 5545:78a98ff1efd8

configure.ac: Default USE_SYSTEM_OCTAVE to MXE_NATIVE_BUILD (bug #49503).
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 02 Oct 2020 13:54:27 +0200
parents 9631af7da263
children 38d42e4346af
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 :=
5266
9631af7da263 msys2 updates
John Donoghue
parents: 5265
diff changeset
7 $(PKG)_VERSION := 10.34-1
9631af7da263 msys2 updates
John Donoghue
parents: 5265
diff changeset
8 $(PKG)_x86_64_CS := 4ac35dd23d6eed722c36d19cbf6cdee339ba2a38
9631af7da263 msys2 updates
John Donoghue
parents: 5265
diff changeset
9 $(PKG)_i686_CS := 7bed54e4762f6c7fcfda6c5709cb59d294fb6672
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 :=
fa56d6006e32 msys2-libpcre2: new package
John Donoghue
parents:
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
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