]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-SGMLSpm/perl-SGMLSpm.nm
kernel: Disable support for 6RD
[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
7version = 1.03ii
8release = 1
9arch = noarch
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
21source_dl = http://www.cpan.org/authors/id/D/DM/DMEGG/
22
23thisapp = SGMLSpm-%{version}
24
25build
26 DIR_APP = %{DIR_SRC}/SGMLSpm
27
28 build = # Nothing to do.
29
30 install
31 # Create directory layout.
32 mkdir -pv %{BUILDROOT}/usr/bin
33 mkdir -pv %{BUILDROOT}/usr/share/perl5
34
35 # Install the module.
36 make install_system \
37 BINDIR=%{BUILDROOT}/usr/bin/ \
38 PERL5DIR=%{BUILDROOT}/usr/share/perl5/
39 end
40end
41
42packages
43 package %{name}
44end