bluez: update to 5.6.
This commit is contained in:
parent
db54cf7526
commit
e8139c1cea
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.5
|
version=5.6
|
||||||
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
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
--with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
--enable-pie --enable-threads --enable-library"
|
--enable-pie --enable-threads --enable-library"
|
||||||
hostmakedepends="pkg-config flex"
|
hostmakedepends="pkg-config flex"
|
||||||
makedepends="libglib-devel libudev-devel>=183 dbus-devel
|
makedepends="libglib-devel libudev-devel>=183 dbus-devel systemd-devel
|
||||||
libusb-compat-devel cups-devel libical-devel readline-devel
|
libusb-compat-devel>=0.1.5_2 cups-devel libical-devel readline-devel"
|
||||||
systemd-devel"
|
|
||||||
short_desc="Bluetooth tools and daemons"
|
short_desc="Bluetooth tools and daemons"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=bd4660639b0d423adafe52d62143a7a816c8f5a94f6efef8aeaa7f0a3f014dc6
|
checksum=feef22586e1aac28f61ba22ae836fab7a758501395a532e1a009c50e03de1789
|
||||||
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.
|
||||||
|
|
||||||
|
@ -25,7 +24,7 @@ long_desc="
|
||||||
libbluetooth_package() {
|
libbluetooth_package() {
|
||||||
short_desc="Library to use the Bluez Linux Bluetooth Stack"
|
short_desc="Library to use the Bluez Linux Bluetooth Stack"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/libbluetooth.so*"
|
vmove "usr/lib/libbluetooth.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,6 +34,7 @@ libbluetooth-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue