wok rev 14369

Up: bluez (4.101)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 21 19:58:44 2013 +0200 (2013-04-21)
parents fee434f0090a
children f208317981e8
files bluez/receipt
line diff
     1.1 --- a/bluez/receipt	Sun Apr 21 19:51:08 2013 +0200
     1.2 +++ b/bluez/receipt	Sun Apr 21 19:58:44 2013 +0200
     1.3 @@ -1,41 +1,61 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bluez"
     1.7 -VERSION="4.96"
     1.8 +VERSION="4.101"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Bluetooth protocol stack."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="linux-bluetooth alsa-lib glib dbus pygobject dbus-python"
    1.13 -BUILD_DEPENDS="alsa-lib-dev dbus dbus-dev glib-dev pkg-config"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.bluez.org/"
    1.16  #WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL"
    1.17  WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/bluetooth/$TARBALL"
    1.18  TAGS="bluetooth"
    1.19  
    1.20 +DEPENDS="linux-bluetooth alsa-lib glib dbus pygobject dbus-python"
    1.21 +BUILD_DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev pkg-config"
    1.22 +
    1.23  # Rules to configure and make the package.
    1.24  
    1.25  compile_rules()
    1.26  {
    1.27  	cd $src
    1.28 +
    1.29 +#		--prefix=/usr \
    1.30 +#		--sysconfdir=/etc \
    1.31 +#		--localstatedir=/var \
    1.32 +#		--mandir=/usr/share/man \
    1.33 +#		--disable-gstreamer \
    1.34 +#		--disable-network \
    1.35 +#		--disable-input \
    1.36 +#		--enable-alsa \
    1.37 +#		--enable-usb \
    1.38 +#		--enable-tools \
    1.39 +#		--enable-cups \
    1.40 +#		--enable-hid2hci \
    1.41 +#		--enable-hidd \
    1.42 +#		--enable-dund \
    1.43 +#		--enable-dfutool \
    1.44 +#		--enable-udevrules \
    1.45 +#		--enable-configfiles \
    1.46 +
    1.47  	./configure \
    1.48  		--prefix=/usr \
    1.49  		--sysconfdir=/etc \
    1.50  		--localstatedir=/var \
    1.51 +		--libexecdir=/lib \
    1.52  		--mandir=/usr/share/man \
    1.53 -		--disable-gstreamer \
    1.54 -		--disable-network \
    1.55 -		--disable-input \
    1.56 -		--enable-alsa \
    1.57 -		--enable-usb \
    1.58 -		--enable-tools \
    1.59 -		--enable-cups \
    1.60 +		--enable-bccmd \
    1.61 +		--enable-dfutool \
    1.62 +		--enable-dund \
    1.63  		--enable-hid2hci \
    1.64  		--enable-hidd \
    1.65 -		--enable-dund \
    1.66 -		--enable-dfutool \
    1.67 -		--enable-udevrules \
    1.68 -		--enable-configfiles \
    1.69 +		--enable-pand \
    1.70 +		--enable-usb \
    1.71 +		--enable-cups \
    1.72 +		--enable-tools \
    1.73 +		--enable-wiimote \
    1.74 +		--disable-test \
    1.75 +		--without-systemdunitdir \
    1.76  		$CONFIGURE_ARGS &&
    1.77  	make &&
    1.78  	make DESTDIR=$DESTDIR install
    1.79 @@ -53,9 +73,8 @@
    1.80  	cp -a $_pkg/usr/lib/cups $fs/usr/lib
    1.81  	cp -a $_pkg/etc $fs
    1.82  	cp -a $_pkg/var $fs
    1.83 -	
    1.84 +
    1.85  	#some extra tools and config files
    1.86  	cp -a $src/test/simple-agent $fs/usr/bin/bluez-simple-agent
    1.87  	cp  $src/audio/audio.conf $fs/etc/bluetooth
    1.88 -    
    1.89  }