summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez-tools.def
blob: 1470edc3551ea345af90f2b2142c989039c530b5 (plain)
1
2
3
4
5
6
7
8
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