12345678910111213141516171819202122232425262728 |
- name = 'Doxygen'
- version = '1.8.20'
- homepage = 'https://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': 'GCCcore', 'version': '10.2.0'}
- source_urls = [SOURCEFORGE_SOURCE]
- sources = ['%(namelower)s-%(version)s.src.tar.gz']
- checksums = ['e0db6979286fd7ccd3a99af9f97397f2bae50532e4ecb312aa18862f8401ddec']
- builddependencies = [
- ('binutils', '2.35'),
- ('Bison', '3.7.1'),
- ('CMake', '3.18.4'),
- ('flex', '2.6.4'),
- ('pkg-config', '0.29.2'),
- ]
- dependencies = [('libiconv', '1.16')]
- configopts = "-DICONV_DIR=$EBROOTLIBICONV -DICONV_IN_GLIBC=OFF"
- moduleclass = 'devel'
|