Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[dependencies]
|
||||
optional = ["automake"]
|
||||
runtime = ["autoconf"]
|
||||
|
||||
[package]
|
||||
description = "A collection of freely re-usable Autoconf macros"
|
||||
homepage = "https://www.gnu.org/software/autoconf-archive/"
|
||||
license = "GPL-3.0-or-later WITH Autoconf-exception-3.0"
|
||||
name = "autoconf-archive"
|
||||
version = "2024.10.16"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "7bcd5d001916f3a50ed7436f4f700e3d2b1bade3ed803219c592d62502a57363"
|
||||
url = "https://mirrors.kernel.org/gnu/autoconf-archive/autoconf-archive-$version.tar.xz"
|
||||
patches = [ "0001_fix_AX_CXX_COMPILE_STDCXX.patch", "autoconf-archive-2024.10.16-fix-config-status.patch" ]
|
||||
|
||||
[[manual_sources]]
|
||||
files = [ "0001_fix_AX_CXX_COMPILE_STDCXX.patch", "autoconf-archive-2024.10.16-fix-config-status.patch" ]
|
||||
Reference in New Issue
Block a user