SWIG-4.0.2-GCCcore-10.2.0.eb 554 B

1234567891011121314151617181920212223
  1. name = 'SWIG'
  2. version = '4.0.2'
  3. homepage = 'http://www.swig.org/'
  4. description = """SWIG is a software development tool that connects programs written in C and C++ with
  5. a variety of high-level programming languages."""
  6. toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
  7. toolchainopts = {'pic': True}
  8. source_urls = [SOURCEFORGE_SOURCE]
  9. sources = [SOURCELOWER_TAR_GZ]
  10. builddependencies = [('binutils', '2.35')]
  11. dependencies = [
  12. ('zlib', '1.2.11'),
  13. ('PCRE', '8.44'),
  14. ]
  15. configopts = '--without-alllang --with-boost=no'
  16. moduleclass = 'devel'