Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1,10 +1,26 @@
|
||||
name: autoconf
|
||||
description: GNU automatic source code configuration tool
|
||||
version: 2.72
|
||||
version: "2.72"
|
||||
revision: 3
|
||||
url: https://www.gnu.org/software/autoconf/
|
||||
license: GPL2,GPL3,custom
|
||||
architecture: any
|
||||
depends: ["bash","coreutils","grep","m4","make","sed","texinfo"]
|
||||
make_depends: ["bash","coreutils","grep","m4","make","perl","sed","texinfo"]
|
||||
output_architecture: any
|
||||
type: source
|
||||
depends:
|
||||
- bash
|
||||
- coreutils
|
||||
- grep
|
||||
- m4
|
||||
- make
|
||||
- sed
|
||||
- texinfo
|
||||
make_depends:
|
||||
- bash
|
||||
- coreutils
|
||||
- grep
|
||||
- m4
|
||||
- make
|
||||
- perl
|
||||
- sed
|
||||
- texinfo
|
||||
|
||||
Reference in New Issue
Block a user