bluez: update to 5.6.

This commit is contained in:
Juan RP 2013-06-22 08:01:02 +02:00
parent db54cf7526
commit e8139c1cea
1 changed files with 6 additions and 6 deletions

View File

@ -1,21 +1,20 @@
# Template file for 'bluez'
pkgname=bluez
version=5.5
version=5.6
revision=1
build_style=gnu-configure
configure_args="--with-udevdir=/usr/lib/udev
--with-systemdsystemunitdir=/usr/lib/systemd/system
--enable-pie --enable-threads --enable-library"
hostmakedepends="pkg-config flex"
makedepends="libglib-devel libudev-devel>=183 dbus-devel
libusb-compat-devel cups-devel libical-devel readline-devel
systemd-devel"
makedepends="libglib-devel libudev-devel>=183 dbus-devel systemd-devel
libusb-compat-devel>=0.1.5_2 cups-devel libical-devel readline-devel"
short_desc="Bluetooth tools and daemons"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.bluez.org/"
license="GPL-2"
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
checksum=bd4660639b0d423adafe52d62143a7a816c8f5a94f6efef8aeaa7f0a3f014dc6
checksum=feef22586e1aac28f61ba22ae836fab7a758501395a532e1a009c50e03de1789
long_desc="
This package contains tools and system daemons for using Bluetooth devices.
@ -25,7 +24,7 @@ long_desc="
libbluetooth_package() {
short_desc="Library to use the Bluez Linux Bluetooth Stack"
pkg_install() {
vmove "usr/lib/libbluetooth.so*"
vmove "usr/lib/libbluetooth.so.*"
}
}
@ -35,6 +34,7 @@ libbluetooth-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}