mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
21 lines
522 B
Plaintext
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'
|