summaryrefslogtreecommitdiff
path: root/elements/cups/cups.bst
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-24 16:33:10 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-24 16:33:10 +0100
commit7373d6f51fc587c1fd312020025a6fa5d740c46c (patch)
tree27903b33eee7d256c643b64272f7a4c7fa8d0d79 /elements/cups/cups.bst
parent1c79c155a3d75c763cbba37cdfaffe0ce1b1f8d8 (diff)
downloaddefinitions-7373d6f51fc587c1fd312020025a6fa5d740c46c.tar.gz
Add the newly converted-to-BuildStream definitions
This is not a conversion of all systems, just a subset.
Diffstat (limited to 'elements/cups/cups.bst')
-rw-r--r--elements/cups/cups.bst16
1 files changed, 16 insertions, 0 deletions
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