easyconfigs-it4i/m/makedepend/makedepend-1.0.5-intel-2016a.eb
2017-03-09 11:57:40 +01:00

25 lines
555 B
Plaintext

easyblock = 'ConfigureMake'
name = 'makedepend'
version = '1.0.5'
homepage = "http://www.linuxfromscratch.org/blfs/view/svn/x/makedepend.html"
description = "The makedepend package contains a C-preprocessor like utility to determine build-time dependencies."
toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'optarch': True}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_UTIL_SOURCE]
builddependencies = [
('xproto', '7.0.28'),
]
sanity_check_paths = {
'files': ['bin/makedepend'],
'dirs': [],
}
moduleclass = 'devel'