void-packages/srcpkgs/bluez-alsa/template

26 lines
733 B
Bash
Raw Normal View History

2018-05-02 19:52:55 +00:00
# Template file for 'bluez-alsa'
pkgname=bluez-alsa
version=1.2.0
revision=1
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=0a7a27e8cf135ec6bb30ea1a2365736681ced7d8293003c274fa78319f936838
system_accounts="_bluez_alsa"
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE.txt
vsv bluez-alsa
}