Replace .compilation-options with output_architecture
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
ARCH=any
|
|
||||||
@@ -1,7 +1,35 @@
|
|||||||
name: dev-tools
|
name: dev-tools
|
||||||
description: The base set of developer tools for compiling packages for Tide Linux
|
description: The base set of developer tools for compiling packages for Tide Linux
|
||||||
version: 1.0
|
version: "1.0"
|
||||||
|
revision: 1
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["bpm-utils","autoconf","automake","bash","binutils","bison","fakeroot","diffutils","file","findutils","flex","gawk","gcc","gettext","git","grep","groff","gzip","libtool","m4","make","patch","pkgconf","sed","texinfo","wget"]
|
output_architecture: any
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- bpm-utils
|
||||||
|
- autoconf
|
||||||
|
- automake
|
||||||
|
- bash
|
||||||
|
- binutils
|
||||||
|
- bison
|
||||||
|
- fakeroot
|
||||||
|
- diffutils
|
||||||
|
- file
|
||||||
|
- findutils
|
||||||
|
- flex
|
||||||
|
- gawk
|
||||||
|
- gcc
|
||||||
|
- gettext
|
||||||
|
- git
|
||||||
|
- grep
|
||||||
|
- groff
|
||||||
|
- gzip
|
||||||
|
- libtool
|
||||||
|
- m4
|
||||||
|
- make
|
||||||
|
- patch
|
||||||
|
- pkgconf
|
||||||
|
- sed
|
||||||
|
- texinfo
|
||||||
|
- wget
|
||||||
|
|||||||
Reference in New Issue
Block a user