easyconfigs-it4i/t/turbovnc/turbovnc-1.2.3.eb
2017-03-09 11:57:40 +01:00

29 lines
704 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."""
toolchain = {'name': 'dummy', 'version': ''} # empty version to ensure that dependencies are loaded
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'