From 64406608de0dfe2975e5fd1696a9dcc2535e02e2 Mon Sep 17 00:00:00 2001 From: Jim MacArthur Date: Thu, 28 May 2015 12:56:00 +0000 Subject: Add CUPS stratum and chunk This is required to build openjdk, but may be useful in its own right too. Change-Id: I0a25e7b9875026860945f03d22a8bb8b17660584 --- strata/cups/cups.morph | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 strata/cups/cups.morph (limited to 'strata/cups') diff --git a/strata/cups/cups.morph b/strata/cups/cups.morph new file mode 100644 index 00000000..a3c2edf8 --- /dev/null +++ b/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 -- cgit v1.2.1