]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - perl-XML-Parser/perl-XML-Parser.nm
libuecc: New package
[people/ms/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.36
8 release = 1
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 =
23
24 build
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
35 end
36
37 quality-agent
38 whitelist_rpath
39 /lib
40 end
41 end
42
43 packages
44 package %{name}
45 requires
46 perl
47 end
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end