]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-XML-Parser/perl-XML-Parser.nm
perl-XML-Parser: Update to 2.44.
[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
802ea3af
MT
8release = 1
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
27 perl-core
28 perl-devel
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=vendor
33 make %{PARALLELISMFLAGS}
34 end
35end
36
37quality-agent
38 whitelist_rpath
39 /lib
40 end
41end
42
43packages
44 package %{name}
45 requires
544adb5d 46 perl(:MODULE_COMPAT_%{perl_version})
802ea3af
MT
47 end
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end