Switch to new package format

This commit is contained in:
2026-06-13 19:59:09 +03:00
parent 4ef0931782
commit cbe1bc4309
2 changed files with 2 additions and 2 deletions
+52
View File
@@ -0,0 +1,52 @@
name: elfutils
description: Handle ELF object files and DWARF debugging information (Utilities)
version: "0.195"
revision: 3
url: https://sourceware.org/elfutils/
license: GPL2-or-later OR LGPL3-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
- gcc-libs
- glibc
- libarchive
- libelf=0.195
- sh
make_depends:
- bzip2
- curl
- json-c
- libarchive
- sqlite
- xz-utils
- zlib
- zstd
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