Files
shrap/packages/make.shrap
2026-02-19 13:03:02 +01:00

13 lines
434 B
Plaintext

(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")))