Switch to new package format

This commit is contained in:
2026-06-13 20:00:31 +03:00
parent 94841c0c00
commit 3e6ea89244
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,8 +1,13 @@
name: mpfr name: mpfr
description: Multiple-precision floating-point library description: Multiple-precision floating-point library
version: 4.2.2 version: 4.2.2
revision: 2
url: https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz url: https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz
license: GPL3-or-later,LGPL3-or-later license: GPL3-or-later,LGPL3-or-later
maintainers:
- [email protected]
architecture: any architecture: any
depends: ["glibc","gmp"]
type: source type: source
depends:
- glibc
- gmp
+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