resolving dependencies

This commit is contained in:
2026-02-15 16:08:12 +01:00
parent a19e668908
commit 9dc1068034
11 changed files with 156 additions and 18 deletions

11
packages/autoconf.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "autoconf")
(version "2.72")
(homepage "https://www.gnu.org/software/autoconf/")
(dependencies m4 perl)
(src (tar
(url "https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.gz")
(dir "autoconf-2.72")
(blake3 "89aad7032c61efa3ea6cada364e20560c58441a92a7267db15e0fddff55638c7")))
(build
(configure_make)))