diff options
author | plunky <plunky@pkgsrc.org> | 2006-12-07 20:29:10 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2006-12-07 20:29:10 +0000 |
commit | 2f1001442b5d7cdacb1afd41930b3114fb4fd968 (patch) | |
tree | 5465881f382899e96e8b58e74dcd3b84007ebc24 /comms | |
parent | 50a36eb952d5e211b306dc29e585d289eee140ab (diff) | |
download | pkgsrc-2f1001442b5d7cdacb1afd41930b3114fb4fd968.tar.gz |
Very basic implementation of the Bluetooth Handsfree Profile for NetBSD.
bthfp opens a control connection to your phone and copies audio data
to and from your system audio as appropriate.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bthfp/DESCR | 4 | ||||
-rw-r--r-- | comms/bthfp/Makefile | 21 | ||||
-rw-r--r-- | comms/bthfp/PLIST | 3 | ||||
-rw-r--r-- | comms/bthfp/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/comms/bthfp/DESCR b/comms/bthfp/DESCR new file mode 100644 index 00000000000..af5cccbafcb --- /dev/null +++ b/comms/bthfp/DESCR @@ -0,0 +1,4 @@ +Very basic implementation of the Bluetooth Handsfree Profile for NetBSD. + +bthfp opens a control connection to your phone and copies audio data +to and from your system audio as appropriate. diff --git a/comms/bthfp/Makefile b/comms/bthfp/Makefile new file mode 100644 index 00000000000..4abf4228a28 --- /dev/null +++ b/comms/bthfp/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:29:10 plunky Exp $ + +DISTNAME= bthfp-0.1 +CATEGORIES= comms +MASTER_SITES= http://homepages.rya-online.net/plunky/ +DISTFILES= bthfp-0.1.tar.gz + +MAINTAINER= plunky@rya-online.net +COMMENT= Bluetooth Handsfree Profile + +ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* + +BUILD_DEFS+= PKGMANDIR + +INSTALLATION_DIRS= ${PKGMANDIR}/man1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bthfp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/bthfp.1 ${PREFIX}/${PKGMANDIR}/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/comms/bthfp/PLIST b/comms/bthfp/PLIST new file mode 100644 index 00000000000..ae1f1480c3a --- /dev/null +++ b/comms/bthfp/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/07 20:29:10 plunky Exp $ +bin/bthfp +man/man1/bthfp.1 diff --git a/comms/bthfp/distinfo b/comms/bthfp/distinfo new file mode 100644 index 00000000000..d554ee35a73 --- /dev/null +++ b/comms/bthfp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/12/07 20:29:10 plunky Exp $ + +SHA1 (bthfp-0.1.tar.gz) = f0cefa424596545dec3c7d61eb9e608e8178871b +RMD160 (bthfp-0.1.tar.gz) = 5185c59ee67a7482ec8c424172fdeebed5bb3238 +Size (bthfp-0.1.tar.gz) = 8522 bytes |