]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - groff/groff.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / groff / groff.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = groff
7 version = 1.22.3
8 release = 1
9
10 groups = Applications/Text
11 url = http://groff.ffii.org/
12 license = GPLv2 and GFDL
13 summary = A document formatting system.
14
15 description
16 Groff is a document formatting system. Groff takes standard text and
17 formatting commands as input and produces formatted output. The
18 created documents can be shown on a display or printed on a printer.
19 Groff's formatting commands allow you to specify font type and size,
20 bold type, italic type, the number and size of columns on a page, and
21 more.
22 end
23
24 source_dl = http://ftp.gnu.org/gnu/%{name}/
25
26 build
27 requires
28 bison
29 gcc-c++
30 ghostscript
31 netpbm-progs
32 perl
33 texinfo
34 end
35
36 # Cannot run in parallel
37 PARALLELISMFLAGS =
38
39 install_cmds
40 for file in g{nroff,troff,tbl,pic,eqn,neqn,refer,lookbib,indxbib,soelim} zsoelim; do
41 ln -svf ${file#?} %{BUILDROOT}%{bindir}/${file}
42 ln -svf ${file#?}.1 %{BUILDROOT}%{mandir}/man1/${file}.1
43 done
44 end
45 end
46
47 packages
48 package %{name}
49 filter_requires
50 main_subs.pl
51 man.pl
52 oop_fh.pl
53 subs.pl
54 end
55 end
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
60 end