mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
461 B
Plaintext
25 lines
461 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libxslt'
|
|
version = '1.1.29'
|
|
|
|
homepage = 'http://xmlsoft.org/'
|
|
description = """Libxslt is the XSLT C library developed for the GNOME project
|
|
(but usable outside of the Gnome platform)."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = [
|
|
'http://xmlsoft.org/sources/',
|
|
'http://xmlsoft.org/sources/old/'
|
|
]
|
|
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('libxml2', '2.9.4'),
|
|
]
|
|
|
|
moduleclass = 'lib'
|