libXau-1.0.8-intel-2017.02.eb 635 B

1234567891011121314151617181920212223242526
  1. easyblock = 'ConfigureMake'
  2. name = 'libXau'
  3. version = '1.0.8'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = """The libXau package contains a library implementing the X11 Authorization Protocol.
  6. This is useful for restricting client access to the display."""
  7. toolchain = {'name': 'intel', 'version': '2017.02'}
  8. sources = [SOURCE_TAR_GZ]
  9. source_urls = [XORG_LIB_SOURCE]
  10. builddependencies = [
  11. ('pkg-config', '0.29.1'),
  12. ('xproto', '7.0.28'),
  13. ('xorg-macros', '1.19.0'),
  14. ]
  15. sanity_check_paths = {
  16. 'files': ['lib/libXau.a', 'lib/libXau.%s' % SHLIB_EXT],
  17. 'dirs': [],
  18. }
  19. moduleclass = 'vis'