summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/bluez
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/bluez')
-rw-r--r--abs/extra-testing/bluez/PKGBUILD63
-rw-r--r--abs/extra-testing/bluez/__Changelog11
-rw-r--r--abs/extra-testing/bluez/bluetooth.conf.d33
-rw-r--r--abs/extra-testing/bluez/bluez.install15
-rw-r--r--abs/extra-testing/bluez/run.bluetoothd12
-rw-r--r--abs/extra-testing/bluez/run.dund14
-rw-r--r--abs/extra-testing/bluez/run.hidd14
-rw-r--r--abs/extra-testing/bluez/run.pand14
-rw-r--r--abs/extra-testing/bluez/run.rfcomm17
9 files changed, 0 insertions, 193 deletions
diff --git a/abs/extra-testing/bluez/PKGBUILD b/abs/extra-testing/bluez/PKGBUILD
deleted file mode 100644
index f8dfbe5..0000000
--- a/abs/extra-testing/bluez/PKGBUILD
+++ /dev/null
@@ -1,63 +0,0 @@
-# Maintainer: Geoffroy Carrier <geoffroy@archlinux.org>
-pkgname=bluez
-pkgver=4.69
-pkgrel=1
-pkgdesc="Libraries and tools for the Bluetooth protocol stack"
-url="http://www.bluez.org/"
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'glib2')
-makedepends=('gstreamer0.10-base' 'alsa-lib' 'libusb')
-optdepends=('gstreamer0.10-base' 'alsa-lib' 'libusb')
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-install='bluez.install'
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input}.conf
- etc/conf.d/bluetooth)
-source=("http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2"
- bluetooth.conf.d run.bluetoothd run.hidd run.dund run.pand
- run.rfcomm)
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/lib \
- --mandir=/usr/share/man \
- --enable-gstreamer \
- --enable-alsa \
- --enable-usb \
- --enable-netlink \
- --enable-tools \
- --enable-bccmd \
- --enable-hid2hci \
- --enable-dfutool \
- --enable-hidd \
- --enable-pand \
- --enable-dund \
- --enable-cups \
- --enable-manpages \
- --enable-configfiles \
- --enable-pcmciarules || return 1
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
-
- install -D -m644 "$srcdir/$pkgname-$pkgver/network/network.conf" "$pkgdir/etc/bluetooth/" || return 1
- install -D -m644 "$srcdir/$pkgname-$pkgver/input/input.conf" "$pkgdir/etc/bluetooth/" || return 1
- install -D -m644 "$srcdir/$pkgname-$pkgver/audio/audio.conf" "$pkgdir/etc/bluetooth/" || return 1
- install -D -m644 "$srcdir/bluetooth.conf.d" "$pkgdir/etc/conf.d/bluetooth" || return 1
- install -D -m755 "$srcdir/run.bluetoothd" "$pkgdir/etc/sv/bluetoothd/run" || return 1
- install -D -m755 "$srcdir/run.hidd" "$pkgdir/etc/sv/hidd/run" || return 1
- install -D -m755 "$srcdir/run.dund" "$pkgdir/etc/sv/dund/run" || return 1
- install -D -m755 "$srcdir/run.pand" "$pkgdir/etc/sv/pand/run" || return 1
- install -D -m755 "$srcdir/run.rfcomm" "$pkgdir/etc/sv/rfcomm/run" || return 1
-}
-md5sums=('350568aa11a95eac6e56e9289ff1f91d'
- 'd12be5b494525bb1ba6eac5c3983dd3e'
- '1c88fcd455920ad8ee0c7cae3fe15771'
- 'a9c1b4da8b5a3969865272bd0fb01da2'
- '89c073f43a074844b87e28103e48623d'
- '8ee99afea417561d01012b8047fd06d5'
- '934a9eaa25c275d18115068101fb75e8')
diff --git a/abs/extra-testing/bluez/__Changelog b/abs/extra-testing/bluez/__Changelog
deleted file mode 100644
index 124d0eb..0000000
--- a/abs/extra-testing/bluez/__Changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-# by mihanson
-I really have no idea how this bluetooth stuff works. If anyone wants to
-take a stab at getting this working properly with runit, feel free. I
-only need this package to get mythpywii working.
-
-2010-04-01:
-Make this package work with runit. All daemons were seperated into their
-own run scripts. Of particular interest is rfcomm and hid2hci utilities.
-They are not daemons and I added "/sbin/sv <executable> down ." in their
-respective run files. All based on this thread:
-http://article.gmane.org/gmane.comp.sysutils.supervision.general/1585/
diff --git a/abs/extra-testing/bluez/bluetooth.conf.d b/abs/extra-testing/bluez/bluetooth.conf.d
deleted file mode 100644
index 8f25ef4..0000000
--- a/abs/extra-testing/bluez/bluetooth.conf.d
+++ /dev/null
@@ -1,33 +0,0 @@
-# Bluetooth configuraton file
-
-# Bluetooth services (allowed values are "true" and "false")
-
-# Run the bluetoothd daemon (default: true)
-#DAEMON_ENABLE="false"
-
-# Run hid2hci (default: false)
-#HID2HCI_ENABLE="true"
-
-# Run the sdp daemon (default: false)
-# If this is disabled, hcid's internal sdp daemon will be used
-#SDPD_ENABLE="true"
-
-# Run the bluetooth HID daemon (default: false)
-#HIDD_ENABLE="true"
-
-# Activate rfcomm ports (default: false)
-#RFCOMM_ENABLE="true"
-
-# Run bluetooth dial-up networking daemon (default: false)
-#DUND_ENABLE="true"
-
-# Run bluetooth PAN daemon (default: false)
-#PAND_ENABLE="true"
-
-# rfcomm configuration file (default: /etc/bluetooth/rfcomm.conf)
-#RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
-
-# Options for hidd, dund and pand (default: none)
-#HIDD_OPTIONS=""
-#DUND_OPTIONS=""
-#PAND_OPTIONS=""
diff --git a/abs/extra-testing/bluez/bluez.install b/abs/extra-testing/bluez/bluez.install
deleted file mode 100644
index f9b757b..0000000
--- a/abs/extra-testing/bluez/bluez.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- add_service.sh bluetoothd
- echo ">>> Only the bluetoothd daemon is started by default."
- echo ">>> You can optionally add the following as required:"
- echo ">>> hidd dund pand rfcomm"
- echo ">>> $ sudo add_service.sh <service_name>"
-}
-
-pre_remove() {
- for d in { bluetoothd,hidd,dund,pand,rfcomm } ; do
- if [ -d /var/service/${d} ] ; then
- remove_servcie.sh $d
- fi
- done
-}
diff --git a/abs/extra-testing/bluez/run.bluetoothd b/abs/extra-testing/bluez/run.bluetoothd
deleted file mode 100644
index 7a92437..0000000
--- a/abs/extra-testing/bluez/run.bluetoothd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# Start/stop the Bluetooth daemons
-#
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-
- stat_runit "Starting bluetooth subsystem:"
- exec /usr/sbin/bluetoothd -n
diff --git a/abs/extra-testing/bluez/run.dund b/abs/extra-testing/bluez/run.dund
deleted file mode 100644
index c42cfa1..0000000
--- a/abs/extra-testing/bluez/run.dund
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# Start/stop the Bluetooth daemons
-#
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-
-svwaitup -s 3 /var/service/bluetoothd || exit 1
-
- stat_runit "Starting BlueZ Bluetooth dial-up networking daemon"
- exec /usr/bin/dund -n -s
diff --git a/abs/extra-testing/bluez/run.hidd b/abs/extra-testing/bluez/run.hidd
deleted file mode 100644
index e4f66d3..0000000
--- a/abs/extra-testing/bluez/run.hidd
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# Start/stop the Bluetooth daemons
-#
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-
-svwaitup -s 3 /var/service/bluetoothd || exit 1
-
- stat_runit "Starting Bluetooth HID daemon:"
- exec /usr/bin/hidd -n --server
diff --git a/abs/extra-testing/bluez/run.pand b/abs/extra-testing/bluez/run.pand
deleted file mode 100644
index ab15ef6..0000000
--- a/abs/extra-testing/bluez/run.pand
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# Start/stop the Bluetooth daemons
-#
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-
-svwaitup -s 3 /var/service/bluetoothd || exit 1
-
- stat_runit "Starting BlueZ Bluetooth PAN daemon"
- exec /usr/bin/pand -n -s
diff --git a/abs/extra-testing/bluez/run.rfcomm b/abs/extra-testing/bluez/run.rfcomm
deleted file mode 100644
index 8bc619b..0000000
--- a/abs/extra-testing/bluez/run.rfcomm
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# Start/stop the Bluetooth daemons
-#
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-[ -f /etc/conf.d/bluetooth ] && . /etc/conf.d/bluetooth
-
-RFCOMM_CONFIG="/etc/bluetooth/rfcomm.conf"
-
-svwaitup -s 3 /var/service/bluetoothd || exit 1
-
- stat_runit "Starting RFCOMM for the bluetooth subsystem"
- /usr/bin/rfcomm -f $RFCOMM_CONFIG bind all
- /sbin/sv down .