annotate src/src-msys2-libcrypt.mk @ 4806:ecef06348773

Add msys2-perl, msys2-libcrypt * src/msys2-perl.mk: new file * src/src-msys2-perl.mk: new file * src/msys2-libcrypt.mk: new file * src/src-msys2-libcrypt.mk: new file * dist-files.mk: add msys2-perl.mk, src-msys2-perl.mk, msys2-libcrypt.mk, src-msys2-libcrypt.mk * index.html: add msys2-perl, msys2-libcrypt link
author John Donoghue
date Mon, 20 Aug 2018 15:09:42 -0400
parents
children a7bbb803f069
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
ecef06348773 Add msys2-perl, msys2-libcrypt
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := $(MSYS2_SRC_URL)/$($(PKG)_FILE)/download
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