easyconfigs-it4i/t/Tk/Tk-8.6.4.eb
Lukáš Krupčík 3682015acf # new file: f/freetype/freetype-2.5.3.eb
#	new file:   k/kbproto/kbproto-1.0.7.eb
#	new file:   t/Tk/Tk-8.6.4.eb
#	deleted:    t/Tk/Tk-8.6.3.eb
2017-03-29 17:13:15 +02:00

28 lines
745 B
Plaintext

easyblock = 'ConfigureMake'
name = 'Tk'
version = '8.6.4'
versionsuffix = '-no-X11'
homepage = 'http://www.tcl.tk/'
description = """Tk is an open source, cross-platform widget toolchain that provides a library of basic elements for building
a graphical user interface (GUI) in many different programming languages."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ["http://prdownloads.sourceforge.net/tcl"]
sources = ['%(namelower)s%(version)s-src.tar.gz']
patches = ['Tk-%(version)s_different-prefix-with-tcl.patch']
dependencies = [
('Tcl', version),
('zlib', '1.2.8'),
]
configopts = '--enable-threads --with-tcl=$EBROOTTCL/lib --without-x CFLAGS="-I$EBROOTTCL/include"'
start_dir = 'unix'
moduleclass = 'vis'