changeset 6808:da5ee750a127

Add libxcrypt. * src/msys2-libxcrypt.mk, src/src-msys2-libxcrypt.mk: new files * index.html: add ref to msys2-libxcrypt package
author John Donoghue <john.donoghue@ieee.org>
date Mon, 31 Jul 2023 13:02:25 -0400
parents e08d5354e518
children 968a8e4a34e2
files index.html src/msys2-libxcrypt.mk src/src-msys2-libxcrypt.mk
diffstat 3 files changed, 51 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Jul 28 18:47:27 2023 +0200
+++ b/index.html	Mon Jul 31 13:02:25 2023 -0400
@@ -2114,6 +2114,10 @@
         <td class="website"><a href="https://www.msys2.org/">MSYS2 libutil-linux</a></td>
     </tr>
     <tr>
+        <td class="package">msys2-libxcrypt</td>
+        <td class="website"><a href="https://www.msys2.org/">MSYS2 libxcrypt</a></td>
+    </tr>
+    <tr>
         <td class="package">msys2-libxml2</td>
         <td class="website"><a href="https://www.msys2.org/">MSYS2 libxml2</a></td>
     </tr>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/msys2-libxcrypt.mk	Mon Jul 31 13:02:25 2023 -0400
@@ -0,0 +1,25 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG             := msys2-libxcrypt
+$(PKG)_NAME     := libxcrypt
+$(PKG)_IGNORE   :=
+$(PKG)_VERSION  := 4.4.36-1
+$(PKG)_x86_64_CS := a7a1cc7ec40ae6e33b0f2ff7cf0477194b70e4a1
+$(PKG)_i686_CS  := 3056a9b2123602bba44cfd3faa56d622b6c80a3c
+$(PKG)_CS       := $($(PKG)_$(MSYS2_ARCH)_CS)
+$(PKG)_CHECKSUM := $($(PKG)_CS)
+$(PKG)_SUBDIR   := 
+$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.zst
+$(PKG)_URL      := $(MSYS2_URL)/$($(PKG)_FILE)
+$(PKG)_URL2     := $(if $(MSYS2_URL2),$(MSYS2_URL2)/$($(PKG)_FILE),)
+
+$(PKG)_DEPS     := 
+
+define $(PKG)_UPDATE
+    $(MSYS2_PKG_UPDATE)
+endef
+
+define $(PKG)_BUILD
+    $(MSYS2_PKG_BUILD)
+endef
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/src-msys2-libxcrypt.mk	Mon Jul 31 13:02:25 2023 -0400
@@ -0,0 +1,22 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG             := src-msys2-libxcrypt
+$(PKG)_NAME     := libxcrypt
+$(PKG)_IGNORE   :=
+$(PKG)_VERSION  := 4.4.36-1
+$(PKG)_CHECKSUM := 28bf05a8a8c57d6bfb200dfb5e6f6335139927b8
+$(PKG)_SUBDIR   := 
+$(PKG)_FILE     := $($(PKG)_NAME)-$($(PKG)_VERSION).src.tar.zst
+$(PKG)_URL      := $(MSYS2_SRC_URL)/$($(PKG)_FILE)
+
+$(PKG)_DEPS     := 
+
+define $(PKG)_UPDATE
+    $(WGET) -q -O- '$(MSYS2_BASE_URL)/' | \
+    $(SED) -n 's,.*title="$($(PKG)_NAME)-\([0-9][^"]*\)".*,\1,p' | \
+    head -1
+endef
+
+define $(PKG)_BUILD
+endef