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