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.morph | 11 +++++++++++ strata/cups/cups.morph | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 strata/cups.morph create mode 100644 strata/cups/cups.morph diff --git a/strata/cups.morph b/strata/cups.morph new file mode 100644 index 00000000..b10bcd6c --- /dev/null +++ b/strata/cups.morph @@ -0,0 +1,11 @@ +name: cups +kind: stratum +description: Cups printer driver +build-depends: +- morph: strata/core.morph +chunks: +- name: cups + morph: strata/cups/cups.morph + repo: upstream:cups + ref: f28bae1aeae3964fba4f0728263657405f63c417 + unpetrify-ref: release-1.7.0 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