initial import of hciemu
HCI device emulator
This commit is contained in:
parent
d04ef6f317
commit
ef6965ee38
4 changed files with 24 additions and 0 deletions
1
bluez-hciemu/DESCR
Normal file
1
bluez-hciemu/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
HCI device emulator
|
16
bluez-hciemu/Makefile
Normal file
16
bluez-hciemu/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/07/29 18:09:52 poppnk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bluez-hciemu-1.2
|
||||
CATEGORIES= wip net
|
||||
MASTER_SITES= http://bluez.sf.net/download/
|
||||
|
||||
MAINTAINER= pancake@phreaker.net
|
||||
HOMEPAGE= http://bluez.sf.net/download/
|
||||
COMMENT= HCI device emulator
|
||||
|
||||
USE_PKGLOCALEDIR= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../wip/bluez-libs/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
bluez-hciemu/PLIST
Normal file
2
bluez-hciemu/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/29 18:09:52 poppnk Exp $
|
||||
sbin/hciemu
|
5
bluez-hciemu/distinfo
Normal file
5
bluez-hciemu/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/07/29 18:09:52 poppnk Exp $
|
||||
|
||||
SHA1 (bluez-hciemu-1.2.tar.gz) = 2bae4b1949f919ec616c35b3c322e28d6ba5763f
|
||||
RMD160 (bluez-hciemu-1.2.tar.gz) = 5f3c0c396f8785c7798444078612d06ec2cba76c
|
||||
Size (bluez-hciemu-1.2.tar.gz) = 76130 bytes
|
Loading…
Reference in a new issue