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

19 lines
503 B
Plaintext

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