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