# new file: t/Tcl/Tcl-8.6.3.eb

This commit is contained in:
easybuild 2017-04-10 13:44:22 +02:00
parent 57eeb4abc9
commit 335687968d

20
t/Tcl/Tcl-8.6.3.eb Normal file
View File

@ -0,0 +1,20 @@
easyblock = 'ConfigureMake'
name = 'Tcl'
version = '8.6.3'
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']
runtest = 'test'
start_dir = 'unix'
moduleclass = 'lang'