xextproto-7.3.0-intel-2018.eb 730 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'xextproto'
  3. version = '7.3.0'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = """XExtProto 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 [
  12. 'agproto.h', 'cupproto.h', 'dbeproto.h', 'dpmsproto.h', 'EVIproto.h', 'geproto.h', 'lbxproto.h',
  13. 'mitmiscproto.h', 'multibufproto.h', 'securproto.h', 'shapeproto.h', 'shm.h', 'shmstr.h', 'syncproto.h',
  14. 'xtestconst.h', 'xtestext1proto.h'
  15. ]
  16. ],
  17. 'dirs': []
  18. }
  19. moduleclass = 'devel'