mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-18 12:40:58 +01:00

new file: b/Bazel/CROSSTOOL.patch new file: b/Bazel/cc_configure.patch new file: l/libepoxy/libepoxy-1.4.3.eb modified: o/OpenMPI/OpenMPI-2.1.0-GCC-6.3.0-2.27.eb modified: o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb new file: t/Tensorflow/Tensorflow-1.2.0-Python-3.6.1.eb new file: x/X11/X11-20160819-test.eb new file: x/X11/X11-20170314-test.eb new file: x/xf86-video-dummy/xf86-video-dummy-0.3.5.eb new file: x/xf86-video-fbdev/xf86-video-fbdev-0.4.4.eb new file: x/xorg-macros/xorg-macros-1.19.1.eb new file: x/xorg-server/xorg-server-1.19.3.eb
33 lines
786 B
Plaintext
33 lines
786 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xorg-server'
|
|
version = '1.19.3'
|
|
|
|
homepage = "http://www.x.org/wiki/"
|
|
description = """The xprop utility is for displaying window and font properties in an X server.
|
|
One window or font is selected using the command line arguments or possibly
|
|
in the case of a window, by clicking on the desired window. A list of
|
|
properties is then given, possibly with formatting information."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['https://www.x.org/archive/individual/xserver/']
|
|
|
|
#preconfigopts = './autogen.sh && '
|
|
|
|
#builddependencies = [
|
|
# ('xorg-macros', '1.19.1'),
|
|
#]
|
|
|
|
dependencies = [
|
|
('X11', '20170314'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/xprop'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|