1234567891011121314151617181920212223242526 |
- easyblock = 'ConfigureMake'
- name = 'makedepend'
- version = '1.0.7'
- homepage = 'https://linux.die.net/man/1/makedepend'
- description = "The makedepend package contains a C-preprocessor like utility to determine build-time dependencies."
- toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
- source_urls = [XORG_UTIL_SOURCE]
- sources = [SOURCE_TAR_GZ]
- checksums = ['17c1adf0284aaee473abfff0e8d3e754770615e1275f2a0043b9d97a00ed5cc9']
- builddependencies = [
- ('binutils', '2.39'),
- ('xproto', '7.0.31'),
- ('xorg-macros', '1.19.3'),
- ]
- sanity_check_paths = {
- 'files': ['bin/makedepend'],
- 'dirs': [],
- }
- moduleclass = 'devel'
|