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