void-packages/srcpkgs/bluez/template

46 lines
1.8 KiB
Text
Raw Normal View History

# Template file for 'bluez'
pkgname=bluez
2012-03-06 23:35:19 +00:00
version=4.99
2012-05-26 14:58:31 +00:00
revision=5
2012-01-14 07:21:45 +00:00
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
2011-04-29 10:43:48 +00:00
--enable-alsa --enable-usb --enable-tools --enable-bccmd
--enable-hid2hci --enable-dfutool --enable-hidd --enable-pand
--enable-cups --enable-capng --enable-pnat --enable-wiimote --disable-test"
subpackages="bluez-alsa bluez-compat bluez-gstreamer libbluetooth libbluetooth-devel"
2012-05-26 14:58:31 +00:00
makedepends="pkg-config flex libudev-devel>=183 readline-devel gst-plugins-base-devel dbus-devel glib-devel libusb-compat-devel libcap-ng-devel libsndfile-devel cups-devel"
short_desc="Bluetooth tools and daemons"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-11 06:35:45 +00:00
homepage="http://www.bluez.org/"
license="GPL-2"
2012-03-06 23:35:19 +00:00
checksum=41889a91a5516eec26c4e59095ceea076de158b1ac38fd0ede9034596f511d3b
long_desc="
This package contains tools and system daemons for using Bluetooth devices.
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
project distributed under GNU General Public License (GPL)."
systemd_services="bluetooth.service on"
make_dirs="/var/lib/bluetooth 0755 root root"
conf_files="
/etc/bluetooth/main.conf
2011-10-25 12:08:30 +00:00
/etc/bluetooth/rfcomm.conf
/etc/bluetooth/network.conf
2011-10-25 12:08:30 +00:00
/etc/bluetooth/input.conf
/etc/bluetooth/audio.conf
/etc/bluetooth/serial.conf"
2012-01-14 07:21:45 +00:00
post_install() {
vinstall ${FILESDIR}/bluetooth.service 644 lib/systemd/system
for f in network input audio serial; do
vinstall ${f}/${f}.conf 644 etc/bluetooth
done
vinstall scripts/bluetooth_serial 755 lib/udev
for f in simple-agent test-device test-input; do
vinstall test/${f} 755 usr/bin bluez-${f}
done
# systemd takes care of bluetoothd initialization.
rm -f ${DESTDIR}/lib/udev/rules.d/97-bluetooth.rules
2011-01-11 22:35:13 +00:00
}