xtrans-1.3.5-intel-2017.02.eb 747 B

123456789101112131415161718192021222324
  1. easyblock = 'ConfigureMake'
  2. name = 'xtrans'
  3. version = '1.3.5'
  4. homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
  5. description = """xtrans includes a number of routines to make X implementations transport-independent;
  6. at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet.
  7. """
  8. toolchain = {'name': 'intel', 'version': '2017.02'}
  9. sources = [SOURCE_TAR_GZ]
  10. source_urls = [XORG_LIB_SOURCE]
  11. builddependencies = [('xorg-macros', '1.19.0')]
  12. sanity_check_paths = {
  13. 'files': ['include/X11/Xtrans/%s' % x for x in ['transport.c', 'Xtrans.c', 'Xtrans.h', 'Xtransint.h',
  14. 'Xtranslcl.c', 'Xtranssock.c', 'Xtransutil.c']],
  15. 'dirs': [],
  16. }
  17. moduleclass = 'devel'