more packages
This commit is contained in:
12
packages/make.shrap
Normal file
12
packages/make.shrap
Normal 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")))
|
||||
Reference in New Issue
Block a user