easyconfigs-it4i/l/libxml2/libxml2-2.9.2-GNU-5.1.0-2.25.eb
2017-03-09 11:57:40 +01:00

24 lines
536 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libxml2'
version = '2.9.2'
homepage = 'http://xmlsoft.org/'
description = """Libxml2 is the XML C parser and
toolchain developed for the Gnome project
(but usable outside of the Gnome platform)."""
toolchain = {'name': 'GNU', 'version': '5.1.0-2.25'}
source_urls = [
'http://xmlsoft.org/sources/',
'http://xmlsoft.org/sources/old/'
]
sources = [SOURCELOWER_TAR_GZ]
configopts = 'CC="$CC" CXX="$CXX" --with-pic --without-python'
dependencies = [('zlib', '1.2.8')]
moduleclass = 'lib'