summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez-tools.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/audio-bluetooth/bluez-tools.morph')
-rw-r--r--strata/audio-bluetooth/bluez-tools.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/audio-bluetooth/bluez-tools.morph b/strata/audio-bluetooth/bluez-tools.morph
new file mode 100644
index 00000000..2991d3fb
--- /dev/null
+++ b/strata/audio-bluetooth/bluez-tools.morph
@@ -0,0 +1,24 @@
+name: bluez-tools
+kind: chunk
+description: A set of tools to manage Bluetooth devices for Linux
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands:
+- sed -i -e 's/-lreadline/-lreadline -lncurses/g' configure.ac
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --disable-obex
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- LDFLAGS="$LDFLAGS -lncurses" make
+post-build-commands: []
+pre-install-commands: []
+install-commands: []
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []