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