xproto-7.0.28-intel-2017.02.eb 960 B

12345678910111213141516171819202122232425
  1. easyblock = 'ConfigureMake'
  2. name = 'xproto'
  3. version = '7.0.28'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = "X protocol and ancillary 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/%s' % x for x in ['ap_keysym.h', 'HPkeysym.h', 'keysym.h', 'Xalloca.h', 'Xatom.h',
  12. 'XF86keysym.h', 'Xfuncs.h', 'Xmd.h', 'Xos.h', 'Xpoll.h', 'Xprotostr.h',
  13. 'Xw32defs.h', 'Xwindows.h', 'DECkeysym.h', 'keysymdef.h', 'Sunkeysym.h',
  14. 'Xarch.h', 'Xdefs.h', 'Xfuncproto.h', 'X.h', 'Xosdefs.h', 'Xos_r.h',
  15. 'Xproto.h', 'Xthreads.h', 'XWDFile.h', 'Xwinsock.h']],
  16. 'dirs': []
  17. }
  18. moduleclass = 'devel'