summaryrefslogtreecommitdiff
path: root/chunks/bluez-tools.morph
blob: a40b48b009870f6f0708ce71e925217b03cf1a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: bluez-tools
kind: chunk
description: A set of tools to manage Bluetooth devices for Linux
repo: upstream:bluez-tools
ref: 7350787e96a6ecf2cc5d4afddb3321ccad9fa461
unpetrify-ref: baserock/morph
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