bluez: update to 4.85.

This commit is contained in:
Juan RP 2011-01-11 23:35:13 +01:00
parent e641488867
commit ac92cdd20c
1 changed files with 10 additions and 10 deletions

View File

@ -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 <xtraeme@gmail.com>"
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
}