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

12
packages/bzip2.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "bzip2")
(version "1.0.8")
(homepage "https://sourceware.org/bzip2/")
(src (tar
(url "https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz")
(dir "bzip2-1.0.8")
(blake3 "97af3f520629c65fe41292f77e6ca798fe594d7987bfb2aebe7c6fcdc7ab5ed2")))
(build
(make
(make_flags "CFLAGS=\"-O2 -fPIC\"")
(install_flags "PREFIX=/usr"))))