mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
579 B
Plaintext
25 lines
579 B
Plaintext
name = 'libxml2'
|
|
version = '2.9.1'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
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': 'goolf', 'version': '1.4.10'}
|
|
|
|
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'
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.8'),
|
|
('Python', '2.7.5'),
|
|
]
|
|
|
|
moduleclass = 'lib'
|