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.morph25
1 files changed, 25 insertions, 0 deletions
diff --git a/strata/cross-bootstrap/groff.morph b/strata/cross-bootstrap/groff.morph
new file mode 100644
index 00000000..559ab673
--- /dev/null
+++ b/strata/cross-bootstrap/groff.morph
@@ -0,0 +1,25 @@
+name: groff
+kind: chunk
+description: ''
+max-jobs: 1
+products: []
+build-system: manual
+pre-configure-commands: []
+configure-commands:
+- PAGE=A4 ./configure --prefix="$PREFIX"
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- ln -s eqn "$DESTDIR$PREFIX/bin/geqn"
+- ln -s tbl "$DESTDIR$PREFIX/bin/gtbl"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []