easyconfigs-it4i/x/XQilla/XQilla-2.3.2-goolf-1.7.20.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

27 lines
576 B
Plaintext

easyblock = 'ConfigureMake'
name = 'XQilla'
version = '2.3.2'
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': 'goolf', 'version': '1.7.20'}
sources = [SOURCE_TAR_GZ]
source_urls = [
'http://downloads.sourceforge.net/project/xqilla/',
]
configopts = '--with-xerces=$EBROOTXERCESMINCPLUSPLUS'
xerces_version = '3.1.2'
dependencies = [
('Xerces-C++', xerces_version),
]
moduleclass = 'lib'