From 7373d6f51fc587c1fd312020025a6fa5d740c46c Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 24 May 2017 16:33:10 +0100 Subject: Add the newly converted-to-BuildStream definitions This is not a conversion of all systems, just a subset. --- elements/cups/cups.bst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 elements/cups/cups.bst (limited to 'elements/cups/cups.bst') diff --git a/elements/cups/cups.bst b/elements/cups/cups.bst new file mode 100644 index 00000000..c3a0e484 --- /dev/null +++ b/elements/cups/cups.bst @@ -0,0 +1,16 @@ +kind: manual +depends: +- core.bst +sources: +- kind: git + url: upstream:cups + track: release-1.7.0 + ref: f28bae1aeae3964fba4f0728263657405f63c417 +config: + configure-commands: + - autoconf + - ./configure --prefix="%{prefix}" + build-commands: + - make + install-commands: + - make BUILDROOT="%{install-root}" install -- cgit v1.2.1