mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
27 lines
644 B
Plaintext
27 lines
644 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Tcl'
|
|
version = '8.6.6'
|
|
|
|
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 = SYSTEM
|
|
|
|
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'
|