xorg-macros-1.19.0-intel-2017.02.eb 571 B

12345678910111213141516171819202122
  1. easyblock = 'ConfigureMake'
  2. name = 'xorg-macros'
  3. version = '1.19.0'
  4. homepage = 'http://cgit.freedesktop.org/xorg/util/macros'
  5. description = """X.org macros utilities."""
  6. toolchain = {'name': 'intel', 'version': '2017.02'}
  7. source_urls = ['http://cgit.freedesktop.org/xorg/util/macros/snapshot'] # no slash ('/') at the end!
  8. sources = ['util-macros-%(version)s.tar.gz']
  9. builddependencies = [('Autotools', '20150215')]
  10. preconfigopts = './autogen.sh && '
  11. sanity_check_paths = {
  12. 'files': ['share/pkgconfig/xorg-macros.pc'],
  13. 'dirs': [],
  14. }
  15. moduleclass = 'devel'