mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
bluez: update to 5.29.
This commit is contained in:
parent
1e6f6edd59
commit
cf1f6de3fd
1 changed files with 5 additions and 14 deletions
|
@ -1,30 +1,21 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.28
|
version=5.29
|
||||||
revision=1
|
revision=1
|
||||||
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-udevdir=/usr/lib/udev
|
configure_args="--with-udevdir=/usr/lib/udev
|
||||||
--enable-pie --enable-threads --enable-library"
|
--enable-pie --enable-threads --enable-library $(vopt_enable systemd)"
|
||||||
hostmakedepends="automake libtool pkg-config flex"
|
hostmakedepends="automake libtool pkg-config flex"
|
||||||
makedepends="libglib-devel libudev-devel dbus-devel
|
makedepends="libglib-devel libudev-devel dbus-devel
|
||||||
cups-devel libical-devel readline-devel>=6.3"
|
cups-devel libical-devel readline-devel>=6.3 $(vopt_if systemd systemd-devel)"
|
||||||
conf_files="/etc/bluetooth/main.conf"
|
conf_files="/etc/bluetooth/main.conf"
|
||||||
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=85bab48f4b47a158739028682c1e09cf30099c8ea9dfe63360055f8e06fc18a9
|
checksum=df216a6d5ec6133355e5d4ed6b5e7a188a940940d337374e166758513246f0e4
|
||||||
|
|
||||||
# Package build options
|
|
||||||
build_options="systemd"
|
|
||||||
|
|
||||||
if [ "$build_option_systemd" ]; then
|
|
||||||
configure_args+=" --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system"
|
|
||||||
makedepends+=" systemd-devel"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-systemd"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue