1234567891011121314151617181920212223242526 |
- easyblock = 'ConfigureMake'
- name = 'makedepend'
- version = '1.0.6'
- 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': 'GCCcore', 'version': '8.2.0'}
- source_urls = ['https://www.x.org/archive/individual/util']
- sources = [SOURCE_TAR_GZ]
- checksums = ['845f6708fc850bf53f5b1d0fb4352c4feab3949f140b26f71b22faba354c3365']
- builddependencies = [
- ('binutils', '2.31.1'),
- ('xproto', '7.0.31'),
- ('xorg-macros', '1.19.2'),
- ]
- sanity_check_paths = {
- 'files': ['bin/makedepend'],
- 'dirs': [],
- }
- moduleclass = 'devel'
|