mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
30 lines
741 B
Plaintext
30 lines
741 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libffi'
|
|
version = '3.0.5'
|
|
|
|
homepage = 'http://sourceware.org/libffi/'
|
|
description = """The libffi library provides a portable, high level programming interface to various calling
|
|
conventions. This allows a programmer to call any function specified by a call interface description at run-time."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [
|
|
'ftp://sourceware.org/pub/libffi/',
|
|
'http://www.mirrorservice.org/sites/sourceware.org/pub/libffi/',
|
|
]
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
('lib/libffi.%s' %
|
|
SHLIB_EXT,
|
|
'lib64/libffi.%s' %
|
|
SHLIB_EXT),
|
|
('lib/libffi.a',
|
|
'lib64/libffi.a')],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'lib'
|