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