]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-SGMLSpm/perl-SGMLSpm.nm
f57a73c6b85d58cdf95b72245fd87edd76971327
[ipfire-3.x.git] / perl-SGMLSpm / perl-SGMLSpm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-SGMLSpm
7 version = 1.1
8 release = 3
9 thisapp = SGMLSpm-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/SGMLSpm/
13 license = GPLv2+
14 summary = Perl library for parsing the output of nsgmls.
15
16 description
17 Perl programs can use the SGMLSpm module to help convert SGML, HTML or XML
18 documents into new formats.
19 end
20
21 source_dl = https://cpan.metacpan.org/authors/id/R/RA/RAAB/
22
23 build
24 arches = noarch
25
26 requires
27 perl(ExtUtils::MakeMaker)
28 perl(Test::More)
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=vendor
33 make %{PARALLELISMFLAGS}
34 end
35
36 test
37 make test
38 end
39
40 install_cmds
41 # Drop unwanted script
42 rm -rvf %{BUILDROOT}%{bindir}/sgmlspl.pl
43 end
44 end
45
46 packages
47 package %{name}
48 end