easyconfigs-it4i/d/Doxygen/Doxygen-1.8.10-intel-2017.00.eb
2017-03-09 11:57:40 +01:00

20 lines
531 B
Plaintext

name = 'Doxygen'
version = '1.8.10'
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': '2017.00'}
sources = ['%(namelower)s-%(version)s.src.tar.gz']
source_urls = ['http://ftp.stack.nl/pub/users/dimitri/']
builddependencies = [
('CMake', '3.5.2'),
('flex', '2.5.39'),
('Bison', '3.0.4'),
]
moduleclass = 'devel'