more packages

This commit is contained in:
2026-02-19 13:03:02 +01:00
parent 9fde568bee
commit 1a775ed217
27 changed files with 133 additions and 5 deletions

12
packages/make.shrap Normal file
View File

@@ -0,0 +1,12 @@
(package
(name "make")
(version "4.4")
(homepage "https://www.gnu.org/software/make/")
(src (tar
(url "https://ftp.gnu.org/gnu/make/make-4.4.tar.gz")
(dir "make-4.4")
(blake3 "1a0e5353205e106bd9b3c0f4a5f37ee1156a1e1c8feb771d1b4842c216612cba")))
(build
(shell "./configure --prefix=/usr --disable-dependency-tracking")
(shell "./build.sh")
(shell "./make install")))