Replace .compilation-options with output_architecture

This commit is contained in:
2025-10-08 11:10:42 +03:00
parent 3e6774b994
commit b9a8b92ace
2 changed files with 9 additions and 6 deletions
-1
View File
@@ -1 +0,0 @@
ARCH=any
+9 -5
View File
@@ -1,14 +1,18 @@
name: docbook-xml name: docbook-xml
description: XML scheme for writing documentation description: XML scheme for writing documentation
version: 4.5 version: "4.5"
revision: 2 revision: 2
url: https://www.oasis-open.org/docbook/ url: https://www.oasis-open.org/docbook/
license: MIT license: MIT
architecture: any architecture: any
depends: ["libxml2"] output_architecture: any
make_depends: ["libxml2","unzip"] type: source
depends:
- libxml2
make_depends:
- libxml2
- unzip
downloads: downloads:
- url: "https://www.docbook.org/xml/${BPM_PKG_VERSION}/docbook-xml-${BPM_PKG_VERSION}.zip" - url: https://www.docbook.org/xml/${BPM_PKG_VERSION}/docbook-xml-${BPM_PKG_VERSION}.zip
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
checksum: 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4 checksum: 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4
type: source