bluez: update to 5.4.

This commit is contained in:
Juan RP 2013-04-26 06:09:18 +02:00
parent c22bd4171c
commit 2d9965c2cd

View file

@ -1,6 +1,6 @@
# Template file for 'bluez' # Template file for 'bluez'
pkgname=bluez pkgname=bluez
version=5.3 version=5.4
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev configure_args="--with-udevdir=/usr/lib/udev
@ -15,7 +15,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=41b0559e3a8436a739eb7cc79156ca91daf8c115f57971b6bcb422ee0213db42 checksum=f1a654892a576515cc64627a3aab9b839ef72ca55449aeabe02bbdf9a5e30870
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.
@ -40,7 +40,6 @@ libbluetooth-devel_package() {
bluez_package() { bluez_package() {
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }