]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - groff/groff.nm
gobject-introspection: Update to 1.39.3.
[people/ms/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.18.1.4
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 =
25
26 build
27 requires
28 bison
29 gcc-c++
30 perl
31 end
32
33 export PAGE = A4
34 PARALLELISMFLAGS =
35
36 configure_options += \
37 --enable-multibyte
38
39 prepare_cmds
40 sed -i \
41 -e 's/2010/002D/' \
42 -e 's/2212/002D/' \
43 -e 's/2018/0060/' \
44 -e 's/2019/0027/' font/devutf8/R.proto
45 end
46
47 install
48 mkdir -pv %{BUILDROOT}/usr/{bin,include,sbin,share/man}
49 make install \
50 manroot=%{BUILDROOT}/usr/share/man \
51 bindir=%{BUILDROOT}/usr/bin \
52 mandir=%{BUILDROOT}/usr/share/man \
53 prefix=%{BUILDROOT}/usr \
54 exec_prefix=%{BUILDROOT}/usr \
55 sbindir=%{BUILDROOT}/usr/sbin \
56 sysconfdir=%{BUILDROOT}/etc \
57 datadir=%{BUILDROOT}/usr/share \
58 infodir=%{BUILDROOT}/usr/share/info \
59 sysconfdir=%{BUILDROOT}/etc \
60 includedir=%{BUILDROOT}/usr/include \
61 libdir=%{BUILDROOT}/usr/lib \
62 libexecdir=%{BUILDROOT}/usr/libexec \
63 localstatedir=%{BUILDROOT}/var \
64 sharedstatedir=%{BUILDROOT}/usr/com \
65 infodir=%{BUILDROOT}/usr/share/info
66
67 ln -svf eqn %{BUILDROOT}/usr/bin/geqn
68 ln -svf tbl %{BUILDROOT}/usr/bin/gtbl
69 end
70 end
71
72 packages
73 package %{name}
74 end
75
76 package %{name}-debuginfo
77 template DEBUGINFO
78 end
79 end