mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
23 lines
560 B
Plaintext
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'
|