summaryrefslogtreecommitdiff
path: root/elements/bluetooth/bluez-tools.bst
blob: e26ffade3bd6e9363d8ee8fbcdbdd181f77a0716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
kind: autotools
description: A set of tools to manage Bluetooth devices for Linux
depends:
- glib-common.bst
- foundation.bst
- bluetooth/dbus-glib.bst
sources:
- kind: git
  url: upstream:bluez-tools
  track: baserock/morph
  ref: 7350787e96a6ecf2cc5d4afddb3321ccad9fa461
config:
  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