summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-29 15:54:06 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-07-29 15:54:06 +0000
commit588a07a462c0a65c259820aa841b2f7870c9e4f5 (patch)
tree8f2ebe226c7b89510898daba95433aec8944306b
parente3b090c9b2617540815725b91ebf10c9b0070ca6 (diff)
downloaddefinitions-588a07a462c0a65c259820aa841b2f7870c9e4f5.tar.gz
Move screen morphology to definitions.git
-rw-r--r--strata/tools/screen.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/strata/tools/screen.morph b/strata/tools/screen.morph
new file mode 100644
index 00000000..c2b27263
--- /dev/null
+++ b/strata/tools/screen.morph
@@ -0,0 +1,11 @@
+name: screen
+kind: chunk
+description: A terminal multiplexer and sanity tool for many
+build-commands:
+- cd ./src && make
+configure-commands:
+- cd ./src && sh autogen.sh
+- cd ./src && ./configure --prefix="$PREFIX"
+install-commands:
+- cd ./src && make DESTDIR="$DESTDIR" install
+max-jobs: 1