libxml2-2.9.4-intel-2017.02.eb 526 B

1234567891011121314151617181920212223
  1. name = 'libxml2'
  2. version = '2.9.4'
  3. homepage = 'http://xmlsoft.org/'
  4. description = """Libxml2 is the XML C parser and toolchain developed for the Gnome project (but usable
  5. outside of the Gnome platform)."""
  6. toolchain = {'name': 'intel', 'version': '2017.02'}
  7. toolchainopts = {'pic': True}
  8. source_urls = [
  9. 'http://xmlsoft.org/sources/',
  10. 'http://xmlsoft.org/sources/old/'
  11. ]
  12. sources = [SOURCELOWER_TAR_GZ]
  13. dependencies = [
  14. ('zlib', '1.2.11'),
  15. ('XZ', '5.2.3'),
  16. ('Python', '2.7.13'),
  17. ]
  18. moduleclass = 'lib'