From ac92cdd20cb4b5affafde4e0635f722763ac30e1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Jan 2011 23:35:13 +0100 Subject: [PATCH] bluez: update to 4.85. --- srcpkgs/bluez/template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template index a5c0c5a88b7..25bd3aa7fd5 100644 --- a/srcpkgs/bluez/template +++ b/srcpkgs/bluez/template @@ -1,6 +1,6 @@ # Template file for 'bluez' pkgname=bluez -version=4.81 +version=4.85 distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer @@ -9,7 +9,7 @@ configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer --disable-cups --enable-configfiles --enable-capng --enable-pnat" short_desc="Bluetooth tools and daemons" maintainer="Juan RP " -checksum=b632457856def68b578ac73bee55a9b150b649f7028f58c0382b0a018aa60629 +checksum=038727ed79468d514dea795d1a779339b0c9cd8b53318677c72541842650a1ec long_desc=" This package contains tools and system daemons for using Bluetooth devices. @@ -47,16 +47,16 @@ Add_dependency build udev ">=0" # This is for udev rules location post_install() { - cd ${wrksrc} || return 1 + cd ${wrksrc} install -d ${DESTDIR}/lib/udev/rules.d install -m644 network/network.conf input/input.conf audio/audio.conf \ - ${DESTDIR}/etc/bluetooth || return 1 - install -m755 scripts/bluetooth_serial ${DESTDIR}/lib/udev || return 1 + ${DESTDIR}/etc/bluetooth + install -m755 scripts/bluetooth_serial ${DESTDIR}/lib/udev install -m755 test/simple-agent \ - ${DESTDIR}/usr/bin/bluez-simple-agent || return 1 - install -d ${DESTDIR}/etc/init.d ${DESTDIR}/etc/conf.d || return 1 + ${DESTDIR}/usr/bin/bluez-simple-agent + install -d ${DESTDIR}/etc/init.d ${DESTDIR}/etc/conf.d install -m755 ${FILESDIR}/bluetooth.rc \ - ${DESTDIR}/etc/init.d/bluetooth || return 1 + ${DESTDIR}/etc/init.d/bluetooth install -m644 ${FILESDIR}/bluetooth.confd \ - ${DESTDIR}/etc/conf.d/bluetooth || return 1 -} + ${DESTDIR}/etc/conf.d/bluetooth +}