bluez: update to 4.98.

This commit is contained in:
Juan RP
2012-01-14 08:21:45 +01:00
parent 2e7ad24804
commit bfdcf8c366
10 changed files with 36 additions and 17 deletions

View File

@@ -1,19 +1,18 @@
# Template file for 'bluez'
pkgname=bluez
version=4.96
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.bz2"
version=4.98
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
--enable-alsa --enable-usb --enable-tools --enable-bccmd
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand
--disable-cups --enable-capng --enable-pnat --enable-wiimote
--with-systemdunitdir=/lib/systemd/system"
revision=2
--with-systemdunitdir=/lib/systemd/system --disable-test"
short_desc="Bluetooth tools and daemons"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.bluez.org/"
license="GPL-2"
checksum=7b34aa28c831d77e92d348951653bc58347f4b6177e2f89cd5ffb8ffc37142ae
checksum=6eb21e712e8835eb1aec84bdfb38891cc4dc5353af921b8235d481da13c565d9
long_desc="
This package contains tools and system daemons for using Bluetooth devices.
@@ -32,6 +31,7 @@ conf_files="
subpackages="$pkgname-alsa $pkgname-compat $pkgname-gstreamer libbluetooth"
subpackages="$subpackages libbluetooth-devel"
Add_dependency build automake
Add_dependency build pkg-config
Add_dependency build flex
Add_dependency build libudev-devel
@@ -44,8 +44,11 @@ Add_dependency build libusb-compat-devel
Add_dependency build libcap-ng-devel
Add_dependency build libsndfile-devel
post_install()
{
pre_configure() {
autoreconf -fi
}
post_install() {
for f in network input audio serial; do
vinstall ${f}/${f}.conf 644 etc/bluetooth
done