mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 18:31:21 +01:00
25 lines
744 B
Plaintext
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'
|