postfix, dovecot, redis, lxc, etc

This commit is contained in:
2026-02-22 16:09:24 +01:00
parent aa09771d73
commit 21e48585b5
15 changed files with 148 additions and 4 deletions

11
packages/libmnl.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libmnl")
(version "1.0.5")
(homepage "https://www.netfilter.org/projects/libmnl/index.html")
(dependencies bzip2)
(src (tar
(url "https://www.netfilter.org/pub/libmnl/libmnl-1.0.5.tar.bz2")
(dir "libmnl-1.0.5")
(blake3 "bc4ab2439dba1a03954e554af39dd21ac96803870eec152f5d089659e3e5c142")))
(build
(configure_make)))