makedepend-1.0.5-foss-2018b.eb 585 B

12345678910111213141516171819202122232425
  1. easyblock = 'ConfigureMake'
  2. name = 'makedepend'
  3. version = '1.0.5'
  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': 'foss', 'version': '2018b'}
  7. toolchainopts = {'optarch': True}
  8. sources = [SOURCE_TAR_GZ]
  9. source_urls = [XORG_UTIL_SOURCE]
  10. builddependencies = [
  11. ('xproto', '7.0.31'),
  12. ('xorg-macros', '1.19.2'),
  13. ]
  14. sanity_check_paths = {
  15. 'files': ['bin/makedepend'],
  16. 'dirs': [],
  17. }
  18. moduleclass = 'devel'