mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
26 lines
513 B
Plaintext
26 lines
513 B
Plaintext
easyblock = 'PerlModule'
|
|
|
|
name = 'XML-Parser'
|
|
version = '2.44_01'
|
|
|
|
homepage = 'http://search.cpan.org/~toddr/XML-Parser-2.41/'
|
|
description = """This is a Perl extension interface to James Clark's XML parser, expat."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['http://cpan.metacpan.org/authors/id/T/TO/TODDR/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('expat', '2.2.0')
|
|
]
|
|
|
|
options = {'modulename': 'XML::Parser'}
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib64/perl5/XML'],
|
|
}
|
|
|
|
moduleclass = 'data'
|