summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth/bluez-tools.morph
blob: 2991d3fb206505e3cf58d464b0bb3dc747341474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: []