]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - perl-XML-Parser/perl-XML-Parser.nm
libuecc: New package
[people/ms/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
MT
6name = perl-XML-Parser
7version = 2.36
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
fba493ce
BS
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.
802ea3af
MT
20end
21
22source_dl =
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
46 perl
47 end
48 end
1f9bc2f0
MT
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
802ea3af 53end