summaryrefslogtreecommitdiff
path: root/strata/cross-bootstrap/groff.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cross-bootstrap/groff.morph')
-rw-r--r--strata/cross-bootstrap/groff.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/cross-bootstrap/groff.morph b/strata/cross-bootstrap/groff.morph
new file mode 100644
index 00000000..fed35b7d
--- /dev/null
+++ b/strata/cross-bootstrap/groff.morph
@@ -0,0 +1,11 @@
+name: groff
+kind: chunk
+max-jobs: 1
+configure-commands:
+- PAGE=A4 ./configure --prefix="$PREFIX"
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- ln -s eqn "$DESTDIR$PREFIX/bin/geqn"
+- ln -s tbl "$DESTDIR$PREFIX/bin/gtbl"