easyconfigs-it4i/f/flex/flex-2.6.3-foss-2017a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

25 lines
744 B
Plaintext

name = 'flex'
version = '2.6.3'
homepage = 'http://flex.sourceforge.net/'
description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner,
sometimes called a tokenizer, is a program which recognizes lexical patterns in text."""
toolchain = {'name': 'foss', 'version': '2017a'}
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://github.com/westes/flex/releases/download/v%(version)s/']
checksums = ['a5f65570cd9107ec8a8ec88f17b31bb1']
dependencies = [('M4', '1.4.18')]
builddependencies = [
('Bison', '3.0.4'),
('help2man', '1.47.4'),
# use same binutils version that was used when building GCC toolchain
('binutils', '2.27', '', True),
]
moduleclass = 'lang'