# HG changeset patch # User Dominique Corbex # Date 1366567124 -7200 # Node ID 95de63c7ec00d0a64be301e219442493cde50967 # Parent fee434f0090a0daba461555149bdaea732423dc8 Up: bluez (4.101) diff -r fee434f0090a -r 95de63c7ec00 bluez/receipt --- a/bluez/receipt Sun Apr 21 19:51:08 2013 +0200 +++ b/bluez/receipt Sun Apr 21 19:58:44 2013 +0200 @@ -1,41 +1,61 @@ # SliTaz package receipt. PACKAGE="bluez" -VERSION="4.96" +VERSION="4.101" CATEGORY="system-tools" SHORT_DESC="Bluetooth protocol stack." MAINTAINER="pankso@slitaz.org" -DEPENDS="linux-bluetooth alsa-lib glib dbus pygobject dbus-python" -BUILD_DEPENDS="alsa-lib-dev dbus dbus-dev glib-dev pkg-config" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.bluez.org/" #WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL" WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/bluetooth/$TARBALL" TAGS="bluetooth" +DEPENDS="linux-bluetooth alsa-lib glib dbus pygobject dbus-python" +BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config" + # Rules to configure and make the package. compile_rules() { cd $src + +# --prefix=/usr \ +# --sysconfdir=/etc \ +# --localstatedir=/var \ +# --mandir=/usr/share/man \ +# --disable-gstreamer \ +# --disable-network \ +# --disable-input \ +# --enable-alsa \ +# --enable-usb \ +# --enable-tools \ +# --enable-cups \ +# --enable-hid2hci \ +# --enable-hidd \ +# --enable-dund \ +# --enable-dfutool \ +# --enable-udevrules \ +# --enable-configfiles \ + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --libexecdir=/lib \ --mandir=/usr/share/man \ - --disable-gstreamer \ - --disable-network \ - --disable-input \ - --enable-alsa \ - --enable-usb \ - --enable-tools \ - --enable-cups \ + --enable-bccmd \ + --enable-dfutool \ + --enable-dund \ --enable-hid2hci \ --enable-hidd \ - --enable-dund \ - --enable-dfutool \ - --enable-udevrules \ - --enable-configfiles \ + --enable-pand \ + --enable-usb \ + --enable-cups \ + --enable-tools \ + --enable-wiimote \ + --disable-test \ + --without-systemdunitdir \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -53,9 +73,8 @@ cp -a $_pkg/usr/lib/cups $fs/usr/lib cp -a $_pkg/etc $fs cp -a $_pkg/var $fs - + #some extra tools and config files cp -a $src/test/simple-agent $fs/usr/bin/bluez-simple-agent cp $src/audio/audio.conf $fs/etc/bluetooth - }