name = 'libxml2' version = '2.9.4' 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 = SYSTEM 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' local_pyver = '2.7.13' local_pyshortver = '.'.join(local_pyver.split('.')[:2]) versionsuffix = '-Python-%s' % local_pyver dependencies = [ ('zlib', '1.2.11'), ('Python', local_pyver), ] moduleclass = 'lib'