void-packages/srcpkgs/bluez-alsa/template

26 lines
733 B
Bash
Raw Normal View History

2018-05-02 21:52:55 +02:00
# Template file for 'bluez-alsa'
pkgname=bluez-alsa
2018-09-11 00:12:49 +02:00
version=1.3.1
2018-05-02 21:52:55 +02:00
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"
2018-09-11 00:12:49 +02:00
checksum=29dad23877d0cf46a16e2f8d3746219e89068c33d052059caf1caaacd8b40cac
2018-05-02 21:52:55 +02:00
system_accounts="_bluez_alsa"
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense LICENSE.txt
vsv bluez-alsa
}