Switch to new package format

This commit is contained in:
2026-06-13 19:59:06 +03:00
parent 2d8206dace
commit 24f9f88b04
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
name: docbook-xml
description: XML scheme for writing documentation
version: "4.5"
revision: 2
revision: 3
url: https://www.oasis-open.org/docbook/
license: MIT
maintainers:
- [email protected]
architecture: any
output_architecture: any
type: source
@@ -13,6 +15,6 @@ make_depends:
- libxml2
- unzip
downloads:
- url: https://www.docbook.org/xml/${BPM_PKG_VERSION}/docbook-xml-${BPM_PKG_VERSION}.zip
- url: https://www.oasis-open.org/docbook/xml/${BPM_PKG_VERSION}/docbook-xml-${BPM_PKG_VERSION}.zip
extract_to: ${BPM_SOURCE}
checksum: 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT