-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16194 from sassy-crick/20220905212921_new_pr_xtra…
…ns135 {devel}[GCCcore/11.3.0] xtrans v1.3.5
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
easybuild/easyconfigs/x/xtrans/xtrans-1.3.5-GCCcore-11.3.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |