Switch to new package format

This commit is contained in:
2026-06-13 19:59:35 +03:00
parent 1eca8dde87
commit 053b45bdcd
2 changed files with 6 additions and 4 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
name: iso-codes name: iso-codes
description: Package providing lists of various ISO standards description: Package providing lists of various ISO standards
version: 4.20.1 version: 4.20.1
revision: 1 revision: 2
url: https://salsa.debian.org/iso-codes-team/iso-codes url: https://salsa.debian.org/iso-codes-team/iso-codes
license: LGPL2.1-only,FSFAP license: LGPL2.1-only,FSFAP
maintainers:
- [email protected]
architecture: any architecture: any
output_architecture: any output_architecture: any
type: source type: source
@@ -11,7 +13,7 @@ make_depends:
- meson - meson
- python3 - python3
downloads: downloads:
- url: https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${BPM_PKG_VERSION}/iso-codes-v${BPM_PKG_VERSION}.tar.gz - url: https://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_${BPM_PKG_VERSION}.orig.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 2d7d9f6084ab9ce6c534ce71a3dd5144b6e474f3c97616459a88f73f44a64bff checksum: 5d551f3ddb32548c4321e9011720fd97751af0107592f79ebffc939bd32f2268
+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 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