easyconfigs-it4i/d/Doxygen/Doxygen-1.8.11.eb
2019-11-06 13:27:39 +01:00

22 lines
510 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 = SYSTEM
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'