easyconfigs-it4i/l/libxml2/libxml2-2.9.3-foss-2015a-Python-2.7.11.eb
2017-03-09 11:57:40 +01:00

29 lines
696 B
Plaintext

name = 'libxml2'
version = '2.9.3'
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': 'foss', 'version': '2015a'}
toolchainopts = {'pic': True}
source_urls = [
'http://xmlsoft.org/sources/',
'http://xmlsoft.org/sources/old/'
]
sources = [SOURCELOWER_TAR_GZ]
configopts = 'CC="$CC" CXX="$CXX" --with-pic --with-zlib=$EBROOTZLIB'
pythonver = '2.7.11'
pythonshortver = '.'.join(pythonver.split('.')[:2])
versionsuffix = '-%s-%s' % ('Python', pythonver)
dependencies = [
('zlib', '1.2.8'),
('Python', pythonver),
]
moduleclass = 'lib'