mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-17 12:10:50 +01:00
21 lines
682 B
Plaintext
21 lines
682 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'Xerces-C++'
|
|
version = '3.1.1'
|
|
|
|
homepage = 'http://xerces.apache.org/xerces-c/'
|
|
description = """Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2015a'}
|
|
|
|
sources = ['xerces-c-%(version)s.tar.gz']
|
|
source_urls = [
|
|
'http://archive.apache.org/dist/xerces/c/%(version_major)s/sources/'
|
|
]
|
|
|
|
dependencies = [
|
|
('cURL', '7.40.0'),
|
|
]
|
|
|
|
moduleclass = 'lib'
|