annotate src/src-msys2-libcrypt.mk @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents 38d42e4346af
children e16f0fd9a6f0
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 :=
5842
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5265
diff changeset
7 $(PKG)_VERSION := 2.1-3
38d42e4346af msys2: update to lates i686/x86_64 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5265
diff changeset
8 $(PKG)_CHECKSUM := cd9b8cb9a3a6f97b5acd84efd85c1b65ef8f40f7
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: 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