bluez: update to 5.11.
This commit is contained in:
parent
d97df29e24
commit
41ae8f804f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.10
|
version=5.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev
|
configure_args="--with-udevdir=/usr/lib/udev
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.bluez.org/"
|
homepage="http://www.bluez.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
checksum=6481a0dc82571a41c940df46edaabd213c1c449251affef9c23ab05d08864707
|
checksum=1ee116dd504fcdc13dc4f1e171ae1e2a3c46395014cbab455fa12f092cceb06e
|
||||||
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.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ libbluetooth_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libbluetooth-devel_package() {
|
libbluetooth-devel_package() {
|
||||||
depends="libbluetooth-${version}_${revision}"
|
depends="libbluetooth>=${version}_${revision}"
|
||||||
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
short_desc="Development files to use the BlueZ Linux Bluetooth library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue