Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:41 +03:00
parent 5430b9b1e0
commit 2cc698b540
2 changed files with 19 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+19 -3
View File
@@ -1,10 +1,26 @@
name: autoconf name: autoconf
description: GNU automatic source code configuration tool description: GNU automatic source code configuration tool
version: 2.72 version: "2.72"
revision: 3 revision: 3
url: https://www.gnu.org/software/autoconf/ url: https://www.gnu.org/software/autoconf/
license: GPL2,GPL3,custom license: GPL2,GPL3,custom
architecture: any architecture: any
depends: ["bash","coreutils","grep","m4","make","sed","texinfo"] output_architecture: any
make_depends: ["bash","coreutils","grep","m4","make","perl","sed","texinfo"]
type: source type: source
depends:
- bash
- coreutils
- grep
- m4
- make
- sed
- texinfo
make_depends:
- bash
- coreutils
- grep
- m4
- make
- perl
- sed
- texinfo