mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
490 B
Plaintext
20 lines
490 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'
|