easyconfigs-it4i/t/turbovnc/turbovnc-1.2.3.eb

37 lines
735 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 = {'name': 'system', 'version': ''}
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'