Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:41 +03:00
parent d8c8763184
commit b041911e34
2 changed files with 9 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -2
View File
@@ -1,9 +1,16 @@
name: automake
description: GNU automatic Makefile creation tool
version: 1.18.1
revision: 1
url: https://www.gnu.org/software/automake/
license: GPL2-or-later
architecture: any
depends: ["perl"]
make_depends: ["autoconf","flex","gettext","pkgconf"]
output_architecture: any
type: source
depends:
- perl
make_depends:
- autoconf
- flex
- gettext
- pkgconf