mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
easyblock = 'Rpm'
|
|
|
|
name = 'xorg-Xvfb'
|
|
version = '1.17.4'
|
|
|
|
homepage = "http://www.x.org/wiki/"
|
|
description = "The Xorg Server is the core of the X Window system."
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = ['xorg-x11-server-Xvfb-1.17.4-16.el6.centos.x86_64.rpm']
|
|
source_urls = ['http://195.220.108.108/linux/centos/6.9/os/x86_64/Packages']
|
|
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/Xorg', 'bin/Xvfb', 'bin/Xnest'],
|
|
'dirs': ['bin', 'lib', 'include'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|