mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/audacious: disable tests on mips
This commit is contained in:
parent
a29b772119
commit
d09d698ebd
@ -13,6 +13,10 @@ makedepends="$depends_dev libxml2-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-dbg"
|
||||
source="http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
case "$CARCH" in
|
||||
mips*) options="!check";;
|
||||
esac
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user