Switch to new package format
This commit is contained in:
+4
-2
@@ -1,9 +1,11 @@
|
|||||||
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: 3
|
||||||
url: https://www.oasis-open.org/docbook/
|
url: https://www.oasis-open.org/docbook/
|
||||||
license: MIT
|
license: MIT
|
||||||
|
maintainers:
|
||||||
|
- [email protected]
|
||||||
architecture: any
|
architecture: any
|
||||||
output_architecture: any
|
output_architecture: any
|
||||||
type: source
|
type: source
|
||||||
@@ -13,6 +15,6 @@ make_depends:
|
|||||||
- libxml2
|
- libxml2
|
||||||
- unzip
|
- unzip
|
||||||
downloads:
|
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}
|
extract_to: ${BPM_SOURCE}
|
||||||
checksum: 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4
|
checksum: 4e4e037a2b83c98c6c94818390d4bdd3f6e10f6ec62dd79188594e26190dc7b4
|
||||||
@@ -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 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
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user