# Description: Librairies et outils pour le bluetooth # URL: http://www.bluez.org/ # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr # Depends on: dbus, gstreamer, libnl, libsndfile, dbus-python, pygobject, libusb, cups name=bluez version=4.69 release=1 source=(http://www.kernel.org/pub/linux/bluetooth/$name-$version.tar.bz2 bluetooth.conf.d rc.bluetooth) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/lib \ --mandir=/usr/share/man \ --enable-network \ --enable-serial \ --enable-input \ --enable-audio \ --enable-service \ --enable-gstreamer \ --enable-alsa \ --enable-usb \ --enable-netlink \ --enable-tools \ --enable-bccmd \ --enable-dfutool \ --enable-hidd \ --enable-pand \ --enable-dund \ --enable-cups \ --enable-udevrules \ --enable-configfiles make -j5 make DESTDIR=$PKG install install -Dm755 $SRC/rc.bluetooth $PKG/etc/rc.d/init.d/bluetooth install -d $PKG/etc/bluetooth install -m644 network/network.conf \ input/input.conf \ audio/audio.conf \ serial/serial.conf \ $PKG/etc/bluetooth/ install -Dm644 $SRC/bluetooth.conf.d \ $PKG/etc/conf.d/bluetooth install -Dm755 test/simple-agent \ $PKG/usr/bin/bluez-simple-agent }