summaryrefslogtreecommitdiff
path: root/baserock/strata/cross-bootstrap/groff.morph
blob: 8380a9ccbe4a33f0285020379c313e51d256beed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: groff
kind: chunk
max-jobs: 1
configure-commands:
- PAGE=A4 ./configure --prefix="$PREFIX"
build-commands:
# hack to avoid a netpbm dependency
- touch doc/gnu.eps
- make
install-commands:
- make DESTDIR="$DESTDIR" install
- ln -s eqn "$DESTDIR$PREFIX/bin/geqn"
- ln -s tbl "$DESTDIR$PREFIX/bin/gtbl"