Skip to content
Snippets Groups Projects
Commit 69714b04 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

libdward

parent 45dc6e8b
Branches
No related tags found
No related merge requests found
#
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
#
easyblock = 'ConfigureMake'
name = 'libdwarf'
version = '0.5.0'
homepage = 'https://www.prevanders.net/dwarf.html'
description = """The DWARF Debugging Information Format is of interest to programmers working on compilers
and debuggers (and anyone interested in reading or writing DWARF information))"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}
source_urls = ['https://www.prevanders.net']
sources = [SOURCE_TAR_XZ]
checksums = ['11fa822c60317fa00e1a01a2ac9e8388f6693e8662ab72d352c5f50c7e0112a9']
builddependencies = [
('binutils', '2.38'),
]
dependencies = [
('libelf', '0.8.13'),
]
configopts = "--enable-shared "
sanity_check_paths = {
'files': ['bin/dwarfdump', 'lib/libdwarf.a', 'lib/libdwarf.%s' % SHLIB_EXT],
'dirs': ['include']
}
moduleclass = 'devel'
easyblock = 'ConfigureMake'
name = 'libelf'
version = '0.8.13'
homepage = 'https://sourceware.org/elfutils'
description = """libelf is a free ELF object file access library"""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://fossies.org/linux/misc/old/']
sources = [SOURCE_TAR_GZ]
checksums = ['591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d']
builddependencies = [
('binutils', '2.38'),
]
modextrapaths = {'CPATH': 'include/libelf'}
sanity_check_paths = {
'files': ['lib/libelf.a', 'lib/libelf.%s' % SHLIB_EXT, 'lib/libelf.so.0', 'include/libelf/libelf.h'],
'dirs': ['lib/pkgconfig']
}
moduleclass = 'devel'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment