summaryrefslogtreecommitdiff
path: root/old/strata/cups/cups.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 14:59:24 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 14:59:24 +0100
commit9b874110e45b9af3a3bb0a7481bec8918a1c3adb (patch)
treea619d13d5c3e0913a41c54d352049d7d2efa1385 /old/strata/cups/cups.morph
parent63224e2233280204626b58fcbe5224d3582c8627 (diff)
downloaddefinitions-9b874110e45b9af3a3bb0a7481bec8918a1c3adb.tar.gz
Move existing Baserock definitions into old/ subdirectory
This will be removed in due course.
Diffstat (limited to 'old/strata/cups/cups.morph')
-rw-r--r--old/strata/cups/cups.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/strata/cups/cups.morph b/old/strata/cups/cups.morph
new file mode 100644
index 00000000..a3c2edf8
--- /dev/null
+++ b/old/strata/cups/cups.morph
@@ -0,0 +1,12 @@
+name: cups
+kind: chunk
+build-system: manual
+configure-commands:
+- autoconf
+- ./configure --prefix="$PREFIX"
+build-commands:
+- make
+# Note: BUILDROOT is the variable recommended in INSTALL.txt for the
+# destination directory.
+install-commands:
+- make BUILDROOT="$DESTDIR" install