easyconfigs-it4i/d/Doxygen/Doxygen-1.8.11-intel-2017a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

22 lines
571 B
Plaintext

name = 'Doxygen'
version = '1.8.11'
homepage = 'http://www.doxygen.org'
description = """Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D."""
toolchain = {'name': 'intel', 'version': '2017a'}
sources = ['%(namelower)s-%(version)s.src.tar.gz']
source_urls = ['http://ftp.stack.nl/pub/users/dimitri/']
builddependencies = [
('CMake', '3.8.1', '', True),
('flex', '2.6.0', '', True),
('Bison', '3.0.4', '', True),
]
parallel = 1
moduleclass = 'devel'