Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:42 +03:00
parent 878a53bc58
commit f8b485dd23
2 changed files with 30 additions and 3 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+30 -2
View File
@@ -1,7 +1,35 @@
name: dev-tools
description: The base set of developer tools for compiling packages for Tide Linux
version: 1.0
version: "1.0"
revision: 1
license: MIT
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
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