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