apache, nginx, tor, fdisk

This commit is contained in:
2026-02-21 18:03:07 +01:00
parent 6559569986
commit 917ffadc6a
17 changed files with 114 additions and 17 deletions

12
packages/libapr.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "libapr")
(version "1.7.6")
(homepage "https://apr.apache.org/")
(dependencies make libopenssl)
(src (tar
(url "https://dlcdn.apache.org//apr/apr-1.7.6.tar.gz")
(dir "apr-1.7.6")
(blake3 "d8f55af9e3d5c0548c5a6c2345cf22ea98c1960874caff81aa168e32f0c2f159")))
(build
(configure_make
(configure_flags "--with-crypto"))))