annotate src/src-msys2-mpdecimal.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 38d42e4346af
children d5568e46c0d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5493
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := src-msys2-mpdecimal
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_NAME := mpdecimal
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_IGNORE :=
5842
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5493
diff changeset
7 $(PKG)_VERSION := 2.5.0-1
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5493
diff changeset
8 $(PKG)_CHECKSUM := 5469641967af008773a08d3532ae3303cc7162ec
5493
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_SUBDIR :=
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := $(MSYS2_SRC_URL)/$($(PKG)_FILE)
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13 $(PKG)_DEPS :=
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 define $(PKG)_UPDATE
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(WGET) -q -O- '$(MSYS2_BASE_URL)/' | \
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 $(SED) -n 's,.*title="$($(PKG)_NAME)-\([0-9][^"]*\)".*,\1,p' | \
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 head -1
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19 endef
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 define $(PKG)_BUILD
dace3d372190 Use msys2 python3
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 endef