libXdmcp-1.1.2-intel-2017.02.eb 668 B

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