inputproto-2.3.2-intel-2017.02.eb 512 B

123456789101112131415161718192021
  1. easyblock = 'ConfigureMake'
  2. name = 'inputproto'
  3. version = '2.3.2'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = """X.org InputProto protocol headers."""
  6. toolchain = {'name': 'intel', 'version': '2017.02'}
  7. sources = [SOURCE_TAR_GZ]
  8. source_urls = [XORG_PROTO_SOURCE]
  9. builddependencies = [('xorg-macros', '1.19.0')]
  10. sanity_check_paths = {
  11. 'files': ['include/X11/extensions/%s' % x for x in ['XI2.h', 'XI.h', 'XIproto.h', 'XI2proto.h']],
  12. 'dirs': [],
  13. }
  14. moduleclass = 'vis'