easyconfigs-it4i/archive/x/XQilla/XQilla-2.3.0-foss-2015a.eb
2019-09-23 07:19:27 +02:00

23 lines
560 B
Plaintext

easyblock = 'ConfigureMake'
name = 'XQilla'
version = '2.3.0'
homepage = 'http://xqilla.sourceforge.net/HomePage'
description = """XQilla is an XQuery and XPath 2 library and command line utility written in C++, implemented on top of the Xerces-C∞ library."""
toolchain = {'name': 'foss', 'version': '2015a'}
sources = [SOURCE_TAR_GZ]
source_urls = [
'http://downloads.sourceforge.net/project/xqilla/xqilla/%s' % version,
]
configopts = '--with-xerces=$EBROOTXERCESMINCPLUSPLUS'
dependencies = [
('Xerces-C++', '3.1.1'),
]
moduleclass = 'lib'