]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-XML-Parser/perl-XML-Parser.nm
git: Update to 2.23.0
[ipfire-3.x.git] / perl-XML-Parser / perl-XML-Parser.nm
CommitLineData
fba493ce 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
fba493ce
BS
4###############################################################################
5
802ea3af 6name = perl-XML-Parser
544adb5d 7version = 2.44
043565a0 8release = 2
802ea3af 9thisapp = XML-Parser-%{version}
fba493ce 10
802ea3af
MT
11groups = Development/Libraries
12url = http://search.cpan.org/dist/XML-Parser/
13license = GPL+ or Artistic
14summary = Perl module for parsing XML files.
fba493ce 15
802ea3af 16description
544adb5d
SS
17 This module provides ways to parse XML documents. It is built on
18 top of XML::Parser::Expat, which is a lower level interface to
fba493ce 19 James Clark's expat library.
802ea3af
MT
20end
21
544adb5d 22source_dl = http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/
802ea3af
MT
23
24build
25 requires
26 expat-devel
1d0547dc 27 pakfire >= 0.9.26-3.1
802ea3af
MT
28 perl-core
29 perl-devel
30 end
31
32 build
33 perl Makefile.PL INSTALLDIRS=vendor
34 make %{PARALLELISMFLAGS}
35 end
36end
37
38quality-agent
39 whitelist_rpath
40 /lib
41 end
42end
43
44packages
45 package %{name}
46 requires
544adb5d 47 perl(:MODULE_COMPAT_%{perl_version})
802ea3af
MT
48 end
49 end
1f9bc2f0
MT
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
802ea3af 54end