some packages

This commit is contained in:
2026-02-15 14:49:42 +01:00
parent b4564fa5bb
commit a19e668908
23 changed files with 231 additions and 24 deletions

14
packages/libopenssl.shrap Normal file
View File

@@ -0,0 +1,14 @@
(package
(name "libopenssl")
(version "3.6.1")
(homepage "https://openssl-library.org/")
(dependencies perl)
(src (tar
(url "https://github.com/openssl/openssl/releases/download/openssl-3.6.1/openssl-3.6.1.tar.gz")
(dir "openssl-3.6.1")
(blake3 "90c0c093c5f09397f840cce374e4e6f56134727ac0867aaeccb5314aa3196544")))
(build
(perl_configure_make
(configure_flags "linux-x86_64 shared --prefix=/usr --libdir=lib"))
(shell "cp -v /usr/lib/libssl.so.3 /lib/x86_64-linux-gnu/libssl.so.3 || true")
(shell "cp -v /usr/lib/libcrypto.so.3 /lib/x86_64-linux-gnu/libcrypto.so.3 || true")))