Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user