Doxygen-1.8.20-GCCcore-10.2.0.eb 754 B

12345678910111213141516171819202122232425262728
  1. name = 'Doxygen'
  2. version = '1.8.20'
  3. homepage = 'https://www.doxygen.org'
  4. description = """
  5. Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
  6. IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some
  7. extent D.
  8. """
  9. toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
  10. source_urls = [SOURCEFORGE_SOURCE]
  11. sources = ['%(namelower)s-%(version)s.src.tar.gz']
  12. checksums = ['e0db6979286fd7ccd3a99af9f97397f2bae50532e4ecb312aa18862f8401ddec']
  13. builddependencies = [
  14. ('binutils', '2.35'),
  15. ('Bison', '3.7.1'),
  16. ('CMake', '3.18.4'),
  17. ('flex', '2.6.4'),
  18. ('pkg-config', '0.29.2'),
  19. ]
  20. dependencies = [('libiconv', '1.16')]
  21. configopts = "-DICONV_DIR=$EBROOTLIBICONV -DICONV_IN_GLIBC=OFF"
  22. moduleclass = 'devel'