easyconfigs-it4i/t/Tcl/Tcl-8.6.9.eb
Lukáš Krupčík 012b80dfbe modified: p/Py/Py-3.6.eb
new file:   p/Python/Python-3.6.8-GCC-6.3.0-2.27-base.eb
	new file:   s/SQLite/SQLite-3.27.1.eb
	new file:   t/Tcl/Tcl-8.6.9.eb
	new file:   t/Tk/Tk-8.6.9.eb
2019-02-21 12:41:38 +01:00

28 lines
692 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'Tcl'
version = '8.6.9'
homepage = 'http://www.tcl.tk/'
description = """Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language,
suitable for a very wide range of uses, including web and desktop applications, networking, administration,
testing and many more."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
dependencies = [
('zlib', '1.2.11'),
]
configopts = '--enable-threads EXTRA_INSTALL="install-private-headers"'
runtest = 'test'
start_dir = 'unix'
moduleclass = 'lang'