xproto-7.0.31-GCCcore-7.3.0.eb 1.1 KB

123456789101112131415161718192021222324252627282930
  1. easyblock = 'ConfigureMake'
  2. name = 'xproto'
  3. version = '7.0.31'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = "X protocol and ancillary headers"
  6. toolchain = {'name': 'GCCcore', 'version': '7.3.0'}
  7. source_urls = [XORG_PROTO_SOURCE]
  8. sources = [SOURCE_TAR_GZ]
  9. checksums = ['6d755eaae27b45c5cc75529a12855fed5de5969b367ed05003944cf901ed43c7']
  10. builddependencies = [
  11. # use same binutils version that was used when building GCC toolchain
  12. ('binutils', '2.30'),
  13. ('xorg-macros', '1.19.2'),
  14. ]
  15. sanity_check_paths = {
  16. 'files': ['include/X11/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', 'Xatom.h',
  17. 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h',
  18. 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h',
  19. 'Xarch.h', 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h',
  20. 'Xproto.h', 'Xthreads.h', 'XWDFile.h', 'Xwinsock.h']],
  21. 'dirs': []
  22. }
  23. moduleclass = 'devel'