]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - groff/groff.nm
groff: Update to version 1.22.3
[people/ms/ipfire-3.x.git] / groff / groff.nm
CommitLineData
84a97a99 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
84a97a99
MT
4###############################################################################
5
802ea3af 6name = groff
c98024d1 7version = 1.22.3
802ea3af 8release = 1
84a97a99 9
802ea3af
MT
10groups = Applications/Text
11url = http://groff.ffii.org/
12license = GPLv2 and GFDL
13summary = A document formatting system.
84a97a99 14
802ea3af 15description
c98024d1
MT
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
84a97a99 21 more.
802ea3af
MT
22end
23
c98024d1 24source_dl = http://ftp.gnu.org/gnu/%{name}/
802ea3af
MT
25
26build
27 requires
28 bison
29 gcc-c++
c98024d1
MT
30 ghostscript
31 netpbm-progs
802ea3af 32 perl
c98024d1 33 texinfo
802ea3af
MT
34 end
35
c98024d1 36 # Cannot run in parallel
802ea3af 37 PARALLELISMFLAGS =
84a97a99 38
c98024d1
MT
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
802ea3af
MT
44 end
45end
84a97a99 46
802ea3af
MT
47packages
48 package %{name}
c98024d1
MT
49 filter_requires
50 main_subs.pl
51 man.pl
52 oop_fh.pl
53 subs.pl
54 end
802ea3af 55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end