easyconfigs-it4i/s/SWIG/SWIG-3.0.12-Python-2.7.13.eb

21 lines
522 B
Plaintext

name = 'SWIG'
version = '3.0.12'
versionsuffix = '-Python-%(pyver)s'
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': 'system', 'version': ''}
toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
dependencies = [
('Python', '2.7.13'),
('PCRE', '8.40'),
]
moduleclass = 'devel'