]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - perl-XML-Parser/perl-XML-Parser.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / perl-XML-Parser / perl-XML-Parser.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-XML-Parser
7 version = 2.44
8 release = 2
9 thisapp = XML-Parser-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/XML-Parser/
13 license = GPL+ or Artistic
14 summary = Perl module for parsing XML files.
15
16 description
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
19 James Clark's expat library.
20 end
21
22 source_dl = http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/
23
24 build
25 requires
26 expat-devel
27 pakfire >= 0.9.26-3.1
28 perl-core
29 perl-devel
30 end
31
32 build
33 perl Makefile.PL INSTALLDIRS=vendor
34 make %{PARALLELISMFLAGS}
35 end
36 end
37
38 quality-agent
39 whitelist_rpath
40 /lib
41 end
42 end
43
44 packages
45 package %{name}
46 requires
47 perl(:MODULE_COMPAT_%{perl_version})
48 end
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end