55df69d1b2
resolves void-linux/void-packages#4196
29 lines
824 B
Bash
29 lines
824 B
Bash
# Template file for 'bluez-alsa'
|
|
pkgname=bluez-alsa
|
|
version=1.3.1
|
|
revision=3
|
|
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.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/Arkq/bluez-alsa"
|
|
distfiles="https://github.com/Arkq/bluez-alsa/archive/v${version}.tar.gz"
|
|
checksum=29dad23877d0cf46a16e2f8d3746219e89068c33d052059caf1caaacd8b40cac
|
|
system_accounts="_bluez_alsa"
|
|
_bluez_alsa_groups="audio"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vinstall ${FILESDIR}/bluez_alsa.conf 644 etc/dbus-1/system.d/
|
|
|
|
vlicense LICENSE.txt
|
|
vsv bluez-alsa
|
|
}
|