annotate src/src-msys2-libcrypt.mk @ 5494:898c27394c57

Use python3 in scripts (bug #58689). * Makefile.in: native mingw, depend on python3, set PYTHON3 var * tools/msys2-install.py: update for python3 syntax * tools/pkg-install.py: update for python3 syntax
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Jul 2020 12:14:29 -0400
parents a7bbb803f069
children 38d42e4346af
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-libcrypt
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := libcrypt
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
7 $(PKG)_VERSION := 2.1-2
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
8 $(PKG)_CHECKSUM := d8ad56e97e77e1c0e35e5fe7a6650b69861bcc25
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: 4806
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