easyconfigs-it4i/l/libelf/libelf-0.8.13-GCC-4.9.2.eb
2017-03-09 11:57:40 +01:00

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'