[Lunar-commits] <moonbase> bluez-utils: some tweaks to make it work easier.

Florin Braescu florin at lunar-linux.org
Sun Jul 6 15:34:23 CEST 2008


commit b128139258175aa1f05b0033dd2c7eaed9f5ffb1
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jun 2 20:35:15 2008 +0300

    bluez-utils: some tweaks to make it work easier.
---
 bluetooth/bluez-utils/BUILD           |    4 ++--
 bluetooth/bluez-utils/DEPENDS         |    8 ++++++--
 bluetooth/bluez-utils/init.d/btrfcomm |    7 ++++++-
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/bluetooth/bluez-utils/BUILD b/bluetooth/bluez-utils/BUILD
index e3b5d12..544704d 100644
--- a/bluetooth/bluez-utils/BUILD
+++ b/bluetooth/bluez-utils/BUILD
@@ -5,9 +5,9 @@
                 --localstatedir=/var    \
                 --sbindir=/sbin         \
                 --datadir=/usr/share    \
-                $OPTS                   &&
+                --enable-all            \
+                $OPTS                  &&
 
     default_make                                           
-                
 
 ) > $C_FIFO 2>&1
diff --git a/bluetooth/bluez-utils/DEPENDS b/bluetooth/bluez-utils/DEPENDS
index 369f9ba..59c76d6 100644
--- a/bluetooth/bluez-utils/DEPENDS
+++ b/bluetooth/bluez-utils/DEPENDS
@@ -1,4 +1,8 @@
 depends bluez-libs
 
-optional_depends "pcmcia-cs" "--enable-pcmcia" "" "to enable pcmcia support, 2.4 kernels"
-optional_depends "pcmciautils" "--enable-pcmcia" "" "to enable pcmcia support, 2.6 kernels"
+optional_depends "hal"          "--enable-hal"       "" "to enable hal support"
+optional_depends "alsa-lib"     "--enable-alsa"      "" "to enable alsa sound support"
+optional_depends "gstreamer-10" "--enable-gstreamer" "" "to enable gstreamer sound support"
+optional_depends "cups"         "--enable-cups"      "" "to enable cups printing support"
+optional_depends "pcmcia-cs"    "--enable-pcmcia"    "" "to enable pcmcia support, 2.4 kernels"
+optional_depends "pcmciautils"  "--enable-pcmcia"    "" "to enable pcmcia support, 2.6 kernels"
diff --git a/bluetooth/bluez-utils/init.d/btrfcomm b/bluetooth/bluez-utils/init.d/btrfcomm
old mode 100644
new mode 100755
index 210c693..8248547
--- a/bluetooth/bluez-utils/init.d/btrfcomm
+++ b/bluetooth/bluez-utils/init.d/btrfcomm
@@ -4,6 +4,12 @@
 #
 # chkconfig: 345 80 20
 # description: bind rfcomm devices
+# processname: rfcomm
+# config:      /etc/bluetooth/rfcomm.conf
+
+ARGS="-f /etc/bluetooth/rfcomm.conf"
+
+. /lib/lsb/init-functions
 
 case "$1" in
     start)
@@ -17,4 +23,3 @@ case "$1" in
     exit 1
     ;;
 esac
-


More information about the Lunar-commits mailing list