]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - perl-SGMLSpm/perl-SGMLSpm.nm
Merge remote-tracking branch 'stevee/unicode-ucd'
[people/amarx/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.03ii
8 release = 1
9 arch = noarch
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 = http://www.cpan.org/authors/id/D/DM/DMEGG/
22
23 thisapp = SGMLSpm-%{version}
24
25 build
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
40 end
41
42 packages
43 package %{name}
44 end