bluez: update to 4.64.
This commit is contained in:
parent
ef84f3049c
commit
bdffaaecc3
3 changed files with 3 additions and 7 deletions
|
@ -5,8 +5,6 @@ long_desc="
|
||||||
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
||||||
distributed under GNU General Public License (GPL)."
|
distributed under GNU General Public License (GPL)."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libbluetooth
|
Add_dependency run libbluetooth
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ long_desc="
|
||||||
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
BlueZ is the official Linux Bluetooth Stack. It is an Open Source project
|
||||||
distributed under GNU General Public License (GPL)."
|
distributed under GNU General Public License (GPL)."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.63
|
version=4.64
|
||||||
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
|
||||||
--enable-alsa --enable-usb --enable-netlink --enable-tools --enable-bccmd
|
--enable-alsa --enable-usb --enable-netlink --enable-tools --enable-bccmd
|
||||||
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand --enable-dund
|
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand --enable-dund
|
||||||
--disable-cups --enable-configfiles"
|
--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=fd6644486af0e84564cae9dfe0c2e11b7f426e8cc68fd6710353eeabb83ac6cc
|
checksum=380170f46399bf7b20c889e11234384efb48ef0b793c0c8e2dd5d1df2272c6ed
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue