On 2024-05-13 10:11, Michael Olbrich wrote:
On Fri, May 10, 2024 at 09:58:47AM +0100, Ian Abbott wrote:
[snip]
diff --git a/rules/libwebsockets.make b/rules/libwebsockets.make
new file mode 100644
index 000000000..4e22e9c18
--- /dev/null
+++ b/rules/libwebsockets.make
@@ -0,0 +1,85 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Ian Abbott <[email protected]>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_LIBWEBSOCKETS) += libwebsockets
+
+#
+# Paths and names
+#
+LIBWEBSOCKETS_VERSION := 4.3.3
+LIBWEBSOCKETS_MD5 := 877f457d059718a7eafdaf8db5d7abbb
+LIBWEBSOCKETS := libwebsockets-v$(LIBWEBSOCKETS_VERSION)
+LIBWEBSOCKETS_SUFFIX := tar.bz2
+LIBWEBSOCKETS_URL :=
https://libwebsockets.org/git/libwebsockets/snapshot/$(LIBWEBSOCKETS).$(LIBWEBSOCKETS_SUFFIX)
Hmmm, the URL does not work properly for me. The md5sum is different and
bzip2 reports "bzip2: Compressed file ends unexpectedly;".
I was a bit worried about that because the tar archives are generated on
the fly by gitohashi. We should be able to fix that by switching to the
github mirror of the repository.
--
-=( Ian Abbott <[email protected]> || MEV Ltd. is a company )=-
-=( registered in England & Wales. Regd. number: 02862268. )=-
-=( Regd. addr.: S11 & 12 Building 67, Europa Business Park, )=-
-=( Bird Hall Lane, STOCKPORT, SK3 0XA, UK. || www.mev.co.uk )=-