makedepend-1.0.6-GCCcore-8.2.0.eb 690 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'makedepend'
  3. version = '1.0.6'
  4. homepage = "http://www.linuxfromscratch.org/blfs/view/svn/x/makedepend.html"
  5. description = "The makedepend package contains a C-preprocessor like utility to determine build-time dependencies."
  6. toolchain = {'name': 'GCCcore', 'version': '8.2.0'}
  7. source_urls = ['https://www.x.org/archive/individual/util']
  8. sources = [SOURCE_TAR_GZ]
  9. checksums = ['845f6708fc850bf53f5b1d0fb4352c4feab3949f140b26f71b22faba354c3365']
  10. builddependencies = [
  11. ('binutils', '2.31.1'),
  12. ('xproto', '7.0.31'),
  13. ('xorg-macros', '1.19.2'),
  14. ]
  15. sanity_check_paths = {
  16. 'files': ['bin/makedepend'],
  17. 'dirs': [],
  18. }
  19. moduleclass = 'devel'