summaryrefslogtreecommitdiff
path: root/strata/foundation/groff.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/groff.def')
-rw-r--r--strata/foundation/groff.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/foundation/groff.def b/strata/foundation/groff.def
new file mode 100644
index 00000000..f1fd3c6e
--- /dev/null
+++ b/strata/foundation/groff.def
@@ -0,0 +1,10 @@
+name: groff
+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"