void-packages/srcpkgs/bluez-alsa/template
2019-10-27 06:38:53 +01:00

29 lines
854 B
Bash

# Template file for 'bluez-alsa'
pkgname=bluez-alsa
version=2.0.0
revision=2
build_style=gnu-configure
configure_args="--enable-aac --disable-hcitop --enable-debug"
hostmakedepends="pkg-config automake libtool"
makedepends="alsa-lib-devel fdk-aac-devel libbluetooth-devel libglib-devel
ortp-devel sbc-devel"
short_desc="Bluetooth Audio ALSA Backend"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="MIT"
homepage="https://github.com/Arkq/bluez-alsa"
distfiles="https://github.com/Arkq/bluez-alsa/archive/v${version}.tar.gz"
checksum=451c99c2045a1ec1ffe0d054be4774fbd01af34d6d1a2757d346d02718381697
system_accounts="_bluez_alsa"
_bluez_alsa_groups="audio"
pre_configure() {
autoreconf -fi
}
post_install() {
vsed -i ${DESTDIR}/etc/dbus-1/system.d/bluealsa.conf \
-e 's:user="root":user="_bluez_alsa":'
vlicense LICENSE
vsv bluez-alsa
}