bluez: update to 4.88.
This commit is contained in:
parent
89863f9877
commit
232822b609
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.85
|
version=4.88
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--localstatedir=/var --libexecdir=/lib --enable-gstreamer
|
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"
|
--disable-cups --enable-configfiles --enable-capng --enable-pnat"
|
||||||
short_desc="Bluetooth tools and daemons"
|
short_desc="Bluetooth tools and daemons"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=038727ed79468d514dea795d1a779339b0c9cd8b53318677c72541842650a1ec
|
checksum=5ef419232f82860d8976a06b36b72b0a3cc99e3bf96d9b9038dd5f9e400f6f29
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains tools and system daemons for using Bluetooth devices.
|
This package contains tools and system daemons for using Bluetooth devices.
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ conf_files="
|
||||||
/etc/bluetooth/input.conf
|
/etc/bluetooth/input.conf
|
||||||
/etc/bluetooth/main.conf
|
/etc/bluetooth/main.conf
|
||||||
/etc/bluetooth/network.conf
|
/etc/bluetooth/network.conf
|
||||||
|
/etc/bluetooth/serial.conf
|
||||||
/etc/bluetooth/rfcomm.conf"
|
/etc/bluetooth/rfcomm.conf"
|
||||||
openrc_services="bluetooth default true"
|
openrc_services="bluetooth default true"
|
||||||
|
|
||||||
|
@ -50,7 +51,7 @@ post_install()
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
install -d ${DESTDIR}/lib/udev/rules.d
|
install -d ${DESTDIR}/lib/udev/rules.d
|
||||||
install -m644 network/network.conf input/input.conf audio/audio.conf \
|
install -m644 network/network.conf input/input.conf audio/audio.conf \
|
||||||
${DESTDIR}/etc/bluetooth
|
serial/serial.conf ${DESTDIR}/etc/bluetooth
|
||||||
install -m755 scripts/bluetooth_serial ${DESTDIR}/lib/udev
|
install -m755 scripts/bluetooth_serial ${DESTDIR}/lib/udev
|
||||||
install -m755 test/simple-agent \
|
install -m755 test/simple-agent \
|
||||||
${DESTDIR}/usr/bin/bluez-simple-agent
|
${DESTDIR}/usr/bin/bluez-simple-agent
|
||||||
|
|
Loading…
Reference in a new issue