New package: bluez-alsa-1.2.0.
This commit is contained in:
parent
d33a0cd045
commit
5f97a827f5
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
dir=/var/run/bluealsa
|
||||
user=_bluez_alsa
|
||||
group=_bluez_alsa
|
||||
|
||||
[ ! -d "${dir}" ] && mkdir "${dir}" && chown $user:$group ${dir}
|
||||
exec chpst -u $user:$group bluealsa
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue