Skip to content

Commit

Permalink
Merge pull request #16194 from sassy-crick/20220905212921_new_pr_xtra…
Browse files Browse the repository at this point in the history
…ns135

{devel}[GCCcore/11.3.0] xtrans v1.3.5
  • Loading branch information
jfgrimm authored Sep 15, 2022
2 parents 4e5e677 + e7e270b commit 8a954ea
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 8a954ea

Please sign in to comment.