Browse Source

bluez-utils: removed package (see note!)

Note:

The utilities are part of the bluez package now, which contains the
bluez libs and utilities.
stable/0.2
Christian Wiese 14 years ago
parent
commit
5bcdaa8842
  1. 38
      network/bluez-utils/bluez-utils.cache
  2. 29
      network/bluez-utils/bluez-utils.conf
  3. 37
      network/bluez-utils/bluez-utils.desc
  4. 36
      network/bluez-utils/hcid.init
  5. 36
      network/bluez-utils/sdpd.init

38
network/bluez-utils/bluez-utils.cache

@ -1,38 +0,0 @@
[TIMESTAMP] 1297096104 Mon Feb 7 17:28:24 2011
[BUILDTIME] 30 (5)
[SIZE] 0.94 MB, 48 files
[DEP] alsa-lib
[DEP] bash
[DEP] binutils
[DEP] bluez-libs
[DEP] bzip2
[DEP] coreutils
[DEP] dbus
[DEP] diffutils
[DEP] fhs
[DEP] findutils
[DEP] flac
[DEP] flex
[DEP] gawk
[DEP] gcc
[DEP] glib
[DEP] glibc
[DEP] gnome-libs14
[DEP] grep
[DEP] gst-plugins-base
[DEP] gstreamer
[DEP] libogg
[DEP] libsndfile
[DEP] libusb
[DEP] libvorbis
[DEP] libxml
[DEP] linux-header
[DEP] m4
[DEP] make
[DEP] pkgconfig
[DEP] sed
[DEP] sysfiles
[DEP] tar
[DEP] util-linux-ng

29
network/bluez-utils/bluez-utils.conf

@ -1,29 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bluez-utils/bluez-utils.conf
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append confopt ' ' '--sysconfdir=/etc'
pkginstalled pcmcia-cs && var_append confopt ' ' '--enable-pcmcia'
pre_bluezutils() {
local x
for x in hcid/hcid.h hcid/hcid.conf ; do
sed -i -e "s,/bin/bluepin,/${prefix}&," $x
done
}
# this is evil on updates //mnemoc
hook_add postmake 5 'mv -vf $sysconfdir/bluetooth/rfcomm.conf{,.example}'
hook_add premake 5 "pre_bluezutils"

37
network/bluez-utils/bluez-utils.desc

@ -1,37 +0,0 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../bluez-utils/bluez-utils.desc
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] Userspace utilities for the bluez bluetooth stack
[T] This package provides basic userspace utilities for use with the bluez
[T] bluetooth protocol stack.
[U] http://www.bluez.org/
[A] Maxim Krasnyansky <maxk@qualcomm.com>
[M] The OpenSDE Community <list@opensde.org>
[C] extra/tool
[L] GPL
[S] Stable
[V] 3.36
[P] X -----5---9 163.900
[CV-URL] http://www.bluez.org/download.html
[D] 2976085717 bluez-utils-3.36.tar.gz http://bluez.sourceforge.net/download/

36
network/bluez-utils/hcid.init

@ -1,36 +0,0 @@
#!/bin/sh
#
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bluez-utils/hcid.init
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#
# Desc: bluetooth hci daemon
# Runlevel: 80 rcX
#
main_begin
block_begin(start, `Starting hcid.')
check(`D_prefix/sbin/hcid')
block_end
block_begin(stop, `Stopping hcid.')
check(`killall -15 D_prefix/sbin/hcid')
block_end
block_begin(restart, `Restarting hcid.')
check(`killall -1 D_prefix/sbin/hcid')
block_end
main_end

36
network/bluez-utils/sdpd.init

@ -1,36 +0,0 @@
#!/bin/sh
#
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../bluez-utils/sdpd.init
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#
# Desc: bluetooth sdp daemon
# Runlevel: 85 rcX
#
main_begin
block_begin(start, `Starting sdpd.')
check(`D_prefix/sbin/sdpd')
block_end
block_begin(stop, `Stopping sdpd.')
check(`killall -15 D_prefix/sbin/sdpd')
block_end
block_begin(restart, `Restarting sdpd.')
check(`killall -1 D_prefix/sbin/sdpd')
block_end
main_end
Loading…
Cancel
Save