diff --git a/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb new file mode 100644 index 00000000000..88d3be5c7ec --- /dev/null +++ b/easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb @@ -0,0 +1,30 @@ +easyblock = 'ConfigureMake' + +name = 'xtrans' +version = '1.3.5' + +homepage = "http://www.freedesktop.org/wiki/Software/xlibs" +description = """xtrans includes a number of routines to make X implementations transport-independent; + at time of writing, it includes support for UNIX sockets, IPv4, IPv6, and DECnet. +""" + +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} + +sources = [SOURCE_TAR_GZ] +source_urls = [XORG_LIB_SOURCE] + +checksums = ['b7a577c1b6c75030145e53b4793db9c88f9359ac49e7d771d4385d21b3e5945d'] + +builddependencies = [ + ('binutils', '2.38'), + ('xorg-macros', '1.19.3'), + ('libxslt', '1.1.34'), +] + +sanity_check_paths = { + 'files': ['include/X11/Xtrans/%s' % x for x in ['transport.c', 'Xtrans.c', 'Xtrans.h', 'Xtransint.h', + 'Xtranslcl.c', 'Xtranssock.c', 'Xtransutil.c']], + 'dirs': [], +} + +moduleclass = 'devel'