mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 20:55:15 +02:00
bluez: update to 5.31.
This commit is contained in:
parent
0662affd5e
commit
fe076462ee
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'bluez'
|
# Template file for 'bluez'
|
||||||
pkgname=bluez
|
pkgname=bluez
|
||||||
version=5.30
|
version=5.31
|
||||||
revision=2
|
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 --disable-systemd
|
||||||
--enable-pie --enable-threads --enable-library $(vopt_enable systemd)"
|
--enable-pie --enable-threads --enable-library"
|
||||||
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 $(vopt_if systemd systemd-devel)"
|
cups-devel libical-devel readline-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@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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=1e3a4adb5a097dab83b3cf58e09c9541b815c6f33e3da972e18dfd1eb05d382c
|
checksum=c4b661cc5866d9a9a9d608d700392afa278c3b6fe8426238bf6979be7c63818f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue