mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
510 B
Plaintext
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'
|