summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez-tools.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/audio-bluetooth/bluez-tools.def')
-rw-r--r--strata/audio-bluetooth/bluez-tools.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/audio-bluetooth/bluez-tools.def b/strata/audio-bluetooth/bluez-tools.def
new file mode 100644
index 00000000..1470edc3
--- /dev/null
+++ b/strata/audio-bluetooth/bluez-tools.def
@@ -0,0 +1,9 @@
+name: bluez-tools
+description: A set of tools to manage Bluetooth devices for Linux
+build-system: autotools
+configure-commands:
+- sed -i -e 's/-lreadline/-lreadline -lncurses/g' configure.ac
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --disable-obex
+build-commands:
+- LDFLAGS="$LDFLAGS -lncurses" make