kbproto-1.0.7-intel-2018.eb 519 B

123456789101112131415161718192021
  1. easyblock = 'ConfigureMake'
  2. name = 'kbproto'
  3. version = '1.0.7'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = """X.org KBProto protocol headers."""
  6. toolchain = {'name': 'intel', 'version': '2018'}
  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 ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']],
  12. 'dirs': [],
  13. }
  14. moduleclass = 'vis'