mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
bluez: enable systemd service for now.
This commit is contained in:
parent
7f5825599e
commit
b7070cc9c2
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=4.100
|
version=4.100
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
configure_args="--libexecdir=/lib --enable-gstreamer --enable-dund
|
||||||
|
@ -24,6 +24,7 @@ long_desc="
|
||||||
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
|
BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source
|
||||||
project distributed under GNU General Public License (GPL)."
|
project distributed under GNU General Public License (GPL)."
|
||||||
|
|
||||||
|
systemd_services="bluetooth.service on"
|
||||||
make_dirs="/var/lib/bluetooth 0755 root root"
|
make_dirs="/var/lib/bluetooth 0755 root root"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/bluetooth/main.conf
|
/etc/bluetooth/main.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue