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

22 lines
537 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': 'dummy', 'version': ''}
sources = ['%(namelower)s-%(version)s.src.tar.gz']
source_urls = ['http://ftp.stack.nl/pub/users/dimitri/']
builddependencies = [
('CMake', '3.5.2'),
('flex', '2.6.0'),
('Bison', '3.0.4'),
]
parallel = 1
moduleclass = 'devel'