summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez-tools.morph
blob: 80e47ef5881e489cecb67913422e73e58146b10e (plain)
1
2
3
4
5
6
7
8
9
10
name: bluez-tools
kind: chunk
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