easyconfigs-it4i/l/libelf/libelf-0.8.13-GCC-4.9.2.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

24 lines
530 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libelf'
version = '0.8.13'
homepage = 'http://www.mr511.de/software/english.html'
description = """libelf is a free ELF object file access library"""
toolchain = {'name': 'GCC', 'version': '4.9.2'}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://www.mr511.de/software/']
sanity_check_paths = {
'files': [
'lib/libelf.a',
'lib/libelf.%s' %
SHLIB_EXT,
'lib/libelf.so.0',
'include/libelf.h'],
'dirs': ['lib/pkgconfig']}
moduleclass = 'devel'