summaryrefslogtreecommitdiff
path: root/elements/cups/cups.bst
diff options
context:
space:
mode:
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