This release adds support for A2MP, L2CAP create/move channel, SAP and additional AVRCP decoding.
24 lines
650 B
Makefile
24 lines
650 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/05/21 07:01:32 plunky Exp $
|
|
|
|
DISTNAME= bluez-hcidump-2.4
|
|
PKGNAME= ${DISTNAME:S/bluez/netbt/}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.kernel.org/pub/linux/bluetooth/
|
|
|
|
MAINTAINER= plunky@rya-online.net
|
|
HOMEPAGE= http://www.bluez.org/
|
|
COMMENT= Bluetooth packet analyzer (netbt version)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-[4-9].*-*
|
|
CONFLICTS+= hcidump-[0-9]* bluez-hcidump-[0-9]*
|
|
|
|
INSTALLATION_DIRS= sbin ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CPPFLAGS+= -DVERSION=\""${DISTNAME:S/bluez-hcidump-//}-netbt"\"
|
|
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|