summaryrefslogtreecommitdiff
path: root/baserock/strata/cups/cups.morph
diff options
context:
space:
mode:
Diffstat (limited to 'baserock/strata/cups/cups.morph')
-rw-r--r--baserock/strata/cups/cups.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/baserock/strata/cups/cups.morph b/baserock/strata/cups/cups.morph
new file mode 100644
index 00000000..a3c2edf8
--- /dev/null
+++ b/baserock/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