28 lines
581 B
TOML
28 lines
581 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
skip_tests = true
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"glibc",
|
|
"sh",
|
|
"gawk",
|
|
"diffutils",
|
|
"m4",
|
|
"perl",
|
|
]
|
|
|
|
[package]
|
|
description = "programs for producing shell scripts that can automatically configure source code"
|
|
homepage = "https://www.gnu.org/software/autoconf/"
|
|
license = "GPL-3.0-or-Later"
|
|
name = "autoconf"
|
|
version = "2.72"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a"
|
|
url = "https://mirrors.kernel.org/gnu/autoconf/autoconf-$version.tar.xz"
|