easyconfigs-it4i/t/turbovnc/turbovnc-1.2.3.eb
2019-11-06 13:27:39 +01:00

37 lines
708 B
Plaintext

easyblock = 'ConfigureMake'
name = "turbovnc"
version = '1.2.3'
homepage = 'http://www.turbovnc.org'
description = """
TurboVNC is a derivative of VNC (Virtual Network Computing) that is tuned to
provide peak performance for 3D and video workloads."""
# empty version to ensure that dependencies are loaded
toolchain = SYSTEM
osdependencies = ['turbovnc']
skipsteps = [
'source',
'patch',
'prepare',
'configure',
'build',
'test',
'sanitycheck']
sanity_check_paths = {
'files': [''],
'dirs': ['/opt/TurboVNC']
}
#installdir = "/opt/TurboVNC"
# modextrapaths = {"PATH": '%(installdir)s/bin',
# "MANPATH": '/opt/TurboVNC/man'
#}
moduleclass = 'tools'