summaryrefslogtreecommitdiff
path: root/cmake.morph
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.morph')
-rw-r--r--cmake.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake.morph b/cmake.morph
new file mode 100644
index 0000000000..9fe4e1ba13
--- /dev/null
+++ b/cmake.morph
@@ -0,0 +1,9 @@
+name: cmake
+kind: chunk
+build-system: manual
+configure-commands:
+- ./bootstrap --prefix="$PREFIX" --docdir=/share/doc/cmake --mandir=/share/man
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install