Build entire elfutils repository

This commit is contained in:
2026-05-09 13:51:13 +03:00
parent a198b7a12b
commit 4ef0931782
2 changed files with 71 additions and 16 deletions
+33 -7
View File
@@ -1,7 +1,7 @@
name: libelf
description: ELF handling library
name: elfutils
description: Handle ELF object files and DWARF debugging information (Utilities)
version: "0.195"
revision: 1
revision: 2
url: https://sourceware.org/elfutils/
license: GPL2-or-later OR LGPL3-or-later
maintainers:
@@ -9,18 +9,44 @@ maintainers:
architecture: any
type: source
depends:
- gcc-libs
- glibc
- libarchive
- libelf=0.195
- sh
make_depends:
- bzip2
- curl
- glibc
- json-c
- libarchive
- sqlite
- xz-utils
- zlib
- zstd
make_depends:
- libarchive
- sqlite
downloads:
- url: https://sourceware.org/ftp/elfutils/${BPM_PKG_VERSION}/elfutils-${BPM_PKG_VERSION}.tar.bz2
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 37629fdf7f1f3dc2818e138fca2b8094177d6c2d0f701d3bb650a561218dc026
split_packages:
- name: elfutils
- name: libelf
description: Handle ELF object files and DWARF debugging information (Libraries)
depends:
- bzip2
- curl
- glibc
- json-c
- xz-utils
- zlib
- zstd
- name: debuginfod
description: Handle ELF object files and DWARF debugging information (Debuginfod)
depends:
- gcc-libs
- glibc
- json-c
- libarchive
- libelf=0.195
- sqlite
- xz-utils