Switch to new package format

This commit is contained in:
2026-06-13 19:58:52 +03:00
parent 6694587506
commit a790b8a13f
2 changed files with 9 additions and 3 deletions
+7 -2
View File
@@ -1,7 +1,7 @@
name: binutils
description: The GNU Binutils are a collection of binary tools
version: 2.46.0
revision: 1
revision: 2
url: https://www.gnu.org/software/binutils/
license: GPL3-or-later
maintainers:
@@ -9,13 +9,18 @@ maintainers:
architecture: any
type: source
depends:
- gcc-libs
- glibc
- jansson
- libelf
- zlib
- zstd
make_depends:
optional_depends:
- debuginfod:For debuginfod server/client functionality
- perl:For gprofng-display-html
check_depends:
- bc
- debuginfod
- dejagnu
downloads:
- url: https://sourceware.org/pub/binutils/releases/binutils-${BPM_PKG_VERSION}.tar.xz
+2 -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
@@ -32,6 +32,7 @@ build() {
--disable-readline \
--disable-sim \
--disable-werror \
--with-debuginfod \
--with-pic \
--with-system-zlib
make tooldir=/usr