]>
Commit | Line | Data |
---|---|---|
47b0a115 | 1 | ############################################################################### |
802ea3af MT |
2 | # IPFire.org - An Open Source Firewall Solution # |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
47b0a115 SS |
4 | ############################################################################### |
5 | ||
802ea3af | 6 | name = perl-HTML-Parser |
6b368e6b | 7 | version = 3.71 |
1d0547dc | 8 | release = 1.1 |
47b0a115 | 9 | |
802ea3af MT |
10 | groups = Development/Libratries |
11 | url = http://search.cpan.org/dist/HTML-Parser/ | |
12 | license = GPL+ or Artistic | |
13 | summary = Perl module for parsing HTML. | |
47b0a115 | 14 | |
802ea3af MT |
15 | description |
16 | The HTML-Parser module for perl to parse and extract information from | |
17 | HTML documents, including the HTML::Entities, HTML::HeadParser, | |
18 | HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules. | |
19 | end | |
47b0a115 | 20 | |
6b368e6b | 21 | source_dl = http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/ |
47b0a115 | 22 | |
802ea3af | 23 | thisapp = HTML-Parser-%{version} |
47b0a115 | 24 | |
802ea3af MT |
25 | build |
26 | requires | |
27 | perl-core | |
28 | perl-devel | |
29 | perl(HTML::Tagset) | |
30 | perl(Test::More) | |
1d0547dc | 31 | pakfire >= 0.9.26-3.1 |
802ea3af | 32 | end |
47b0a115 | 33 | |
802ea3af MT |
34 | build |
35 | perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}" | |
36 | make %{PARALLELISMFLAGS} | |
37 | end | |
47b0a115 | 38 | |
802ea3af MT |
39 | test |
40 | make test | |
41 | end | |
42 | end | |
47b0a115 | 43 | |
802ea3af MT |
44 | packages |
45 | package %{name} | |
6b368e6b SS |
46 | requires |
47 | perl(:MODULE_COMPAT_%{perl_version}) | |
48 | end | |
49 | end | |
1f9bc2f0 MT |
50 | |
51 | package %{name}-debuginfo | |
52 | template DEBUGINFO | |
53 | end | |
802ea3af | 54 | end |