bluez: add version 5.51

Userspace API for Bluetooth scan, pair, connect and power toggle.
This commit is contained in:
Denys Nykula 2019-10-25 20:41:45 +03:00
parent e0aae35ea3
commit b790266868
6 changed files with 68 additions and 0 deletions

View File

@ -267,6 +267,7 @@ SUBDIR+= blasr_libcpp
SUBDIR+= bleachbit
SUBDIR+= blink
SUBDIR+= blueproxy
SUBDIR+= bluez
SUBDIR+= bluez-gnome
SUBDIR+= bluez-hcidump
SUBDIR+= bluez-hciemu

1
bluez/DESCR Normal file
View File

@ -0,0 +1 @@
Daemon, CLI and library user interfaces for Bluetooth kernel modules.

23
bluez/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
DISTNAME= bluez-5.51
CATEGORIES= net
MASTER_SITES= https://mirrors.edge.kernel.org/pub/linux/bluetooth/
MAINTAINER= nykula@ukr.net
HOMEPAGE= http://www.bluez.org/
COMMENT= Bluetooth scan, pair, connect and power toggle
LICENSE= gnu-gpl-v2
CONFLICTS= bluez-libs # v3
ONLY_FOR_PLATFORM= Linux-*-*
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-obex --disable-systemd --disable-udev
CONFIGURE_ARGS+= --disable-tools --enable-library
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

22
bluez/PLIST Normal file
View File

@ -0,0 +1,22 @@
@comment $NetBSD$
bin/bluetoothctl
bin/btmon
etc/dbus-1/system.d/bluetooth.conf
include/bluetooth/bluetooth.h
include/bluetooth/bnep.h
include/bluetooth/cmtp.h
include/bluetooth/hci.h
include/bluetooth/hci_lib.h
include/bluetooth/hidp.h
include/bluetooth/l2cap.h
include/bluetooth/rfcomm.h
include/bluetooth/sco.h
include/bluetooth/sdp.h
include/bluetooth/sdp_lib.h
lib/cups/backend/bluetooth
lib/libbluetooth.la
lib/pkgconfig/bluez.pc
libexec/bluetooth/bluetoothd
man/man8/bluetoothd.8
share/zsh/site-functions/_bluetoothctl
@pkgdir man/man1

15
bluez/buildlink3.mk Normal file
View File

@ -0,0 +1,15 @@
# $NetBSD$
BUILDLINK_TREE+= bluez
.if !defined(BLUEZ_BUILDLINK3_MK)
BLUEZ_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.bluez+= bluez>=5.0
BUILDLINK_PKGSRCDIR.bluez?= ../../wip/bluez
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.endif # BLUEZ_BUILDLINK3_MK
BUILDLINK_TREE+= -bluez

6
bluez/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (bluez-5.51.tar.gz) = a57289301f6b0f56c4a6323dc57b66da17cc9c37
RMD160 (bluez-5.51.tar.gz) = a0fbc38447801daf114073537eaeca8692decf72
SHA512 (bluez-5.51.tar.gz) = 4ffcfa61b1c02635a45b4fdb6673920339779c1f59bf28812a41c98b6863bc97efe6df26d92f4717d6e1a60a302e0cea8d6fadf684e26764fb9529ffb3901303
Size (bluez-5.51.tar.gz) = 2917656 bytes