diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-03-11 15:34:33 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-22 09:44:21 +0000 |
| commit | aed66e856e47dc7d32c17e0789468e4b289e7091 (patch) | |
| tree | 9cdb55acfa4d26eccaf5b0ce92b5fa78fb399a58 /testing | |
| parent | 0697c8001bfa8c96ecc2aa281bbd2c50309c30f0 (diff) | |
| download | aports-aed66e856e47dc7d32c17e0789468e4b289e7091.tar.bz2 aports-aed66e856e47dc7d32c17e0789468e4b289e7091.tar.xz | |
testing/bluez-alsa: move conf to /etc
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/bluez-alsa/APKBUILD | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/testing/bluez-alsa/APKBUILD b/testing/bluez-alsa/APKBUILD index f295821f7d..b34f0edf8e 100644 --- a/testing/bluez-alsa/APKBUILD +++ b/testing/bluez-alsa/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Bradley Saulteaux <-@bradso.to> pkgname=bluez-alsa pkgver=2.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Bluetooth Audio ALSA Backend" url="https://github.com/Arkq/bluez-alsa" arch="all" @@ -11,7 +11,8 @@ subpackages="$pkgname-openrc" makedepends="automake autoconf libtool alsa-lib-dev bluez-dev glib-dev sbc-dev dbus-dev fdk-aac-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/Arkq/bluez-alsa/archive/v$pkgver.tar.gz - bluealsa.initd" + bluealsa.initd + " prepare() { default_prepare @@ -21,10 +22,20 @@ prepare() { build() { cd build - ../configure --enable-aac --enable-ofono --disable-static + ../configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-aac \ + --enable-ofono \ + --disable-static make } +check() { + cd build + make check +} + package() { cd build make DESTDIR="$pkgdir" install |
