easyconfigs-it4i/x/Xerces-C++/Xerces-C++-3.1.1-foss-2015a.eb
2017-03-09 11:57:40 +01:00

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'