annotate src/src-msys2-perl.mk @ 6542:66dc175767da

* src/libpng.mk: update to v1.36.9
author John Donoghue <john.donoghue@ieee.org>
date Tue, 22 Nov 2022 07:34:57 -0500
parents 1d9b775e3004
children 90df21525cd8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
3
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
4 PKG := src-msys2-perl
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := perl
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
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
7 $(PKG)_VERSION := 5.32.1-2
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
8 $(PKG)_CHECKSUM := 8b0aa25b9958609978cecac9bdcd9f71e97a41d0
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR :=
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.gz
5265
a7bbb803f069 * Makefile.in: update urls and msys2 rules to go to repo.msys2.org
John Donoghue
parents: 5207
diff changeset
11 $(PKG)_URL := $(MSYS2_SRC_URL)/$($(PKG)_FILE)
4806
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
12
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
13 $(PKG)_DEPS :=
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
14
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
15 define $(PKG)_UPDATE
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
16 $(WGET) -q -O- '$(MSYS2_BASE_URL)/' | \
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
17 $(SED) -n 's,.*title="$($(PKG)_NAME)-\([0-9][^"]*\)".*,\1,p' | \
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
18 head -1
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
19 endef
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
20
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
21 define $(PKG)_BUILD
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
22 endef