summaryrefslogtreecommitdiffstats
path: root/extra/bluez
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-15 12:47:36 +0200
committertnut <tnut at nutyx dot com>2011-08-15 12:47:36 +0200
commit14045e77cad77473b29dd32baced9046363951ec (patch)
tree0be77edb3980bbf444ab9ab16ffea756c56df38c /extra/bluez
parent100e30d223897ff1dfed1c676cf0d133fca32f1b (diff)
downloadnutyx-pakxe-14045e77cad77473b29dd32baced9046363951ec.tar.gz
nutyx-pakxe-14045e77cad77473b29dd32baced9046363951ec.tar.bz2
nutyx-pakxe-14045e77cad77473b29dd32baced9046363951ec.tar.xz
nutyx-pakxe-14045e77cad77473b29dd32baced9046363951ec.zip
bluez, ajout des fichiers de config
Diffstat (limited to 'extra/bluez')
-rw-r--r--extra/bluez/.footprint.i6864
-rw-r--r--extra/bluez/.footprint.x86_644
-rw-r--r--extra/bluez/Pkgfile5
3 files changed, 12 insertions, 1 deletions
diff --git a/extra/bluez/.footprint.i686 b/extra/bluez/.footprint.i686
index 962e4b5df..57f48da78 100644
--- a/extra/bluez/.footprint.i686
+++ b/extra/bluez/.footprint.i686
@@ -1,7 +1,11 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bluetooth/
+-rw-r--r-- root/root etc/bluetooth/audio.conf
+-rw-r--r-- root/root etc/bluetooth/input.conf
-rw-r--r-- root/root etc/bluetooth/main.conf
+-rw-r--r-- root/root etc/bluetooth/network.conf
-rw-r--r-- root/root etc/bluetooth/rfcomm.conf
+-rw-r--r-- root/root etc/bluetooth/serial.conf
drwxr-xr-x root/root etc/dbus-1/
drwxr-xr-x root/root etc/dbus-1/system.d/
-rw-r--r-- root/root etc/dbus-1/system.d/bluetooth.conf
diff --git a/extra/bluez/.footprint.x86_64 b/extra/bluez/.footprint.x86_64
index 962e4b5df..57f48da78 100644
--- a/extra/bluez/.footprint.x86_64
+++ b/extra/bluez/.footprint.x86_64
@@ -1,7 +1,11 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/bluetooth/
+-rw-r--r-- root/root etc/bluetooth/audio.conf
+-rw-r--r-- root/root etc/bluetooth/input.conf
-rw-r--r-- root/root etc/bluetooth/main.conf
+-rw-r--r-- root/root etc/bluetooth/network.conf
-rw-r--r-- root/root etc/bluetooth/rfcomm.conf
+-rw-r--r-- root/root etc/bluetooth/serial.conf
drwxr-xr-x root/root etc/dbus-1/
drwxr-xr-x root/root etc/dbus-1/system.d/
-rw-r--r-- root/root etc/dbus-1/system.d/bluetooth.conf
diff --git a/extra/bluez/Pkgfile b/extra/bluez/Pkgfile
index 9cabe4132..d5edb422e 100644
--- a/extra/bluez/Pkgfile
+++ b/extra/bluez/Pkgfile
@@ -7,7 +7,7 @@
name=bluez
version=4.96
-release=2
+release=3
source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2\
bluez)
build() {
@@ -29,6 +29,9 @@ cd $name-$version
--enable-cups
make
make DESTDIR=$PKG install
+install -m644 network/network.conf \
+ input/input.conf \
+ audio/audio.conf serial/serial.conf $PKG/etc/bluetooth
mkdir -p $PKG/etc/rc.d/{init.d,rc0.d,rc1.d,rc2.d,rc3.d,rc4.d,rc5.d,rc6.d}
install -m755 $SRC/bluez $PKG/etc/rc.d/init.d/bluez
for i in 0 1 6