From 77ea1bc3e56fdba49a8fbae0f77f356f5b81b8ab Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 10 Feb 2018 14:34:57 -0600 Subject: main/speex: modernise, mark tests broken, fix license --- main/speex/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main/speex') diff --git a/main/speex/APKBUILD b/main/speex/APKBUILD index 3b4f4c7ea9..4170301f23 100644 --- a/main/speex/APKBUILD +++ b/main/speex/APKBUILD @@ -5,7 +5,8 @@ pkgrel=0 pkgdesc="an audio compression format designed for speech" url="https://www.speex.org/" arch="all" -license="BSD" +options="!check" # Test suite is for Win32 only. +license="BSD-3-Clause" depends= makedepends="libogg-dev speexdsp-dev" install= @@ -23,9 +24,8 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --disable-static \ - --enable-binaries \ - || return 1 - make || return 1 + --enable-binaries + make } package() { -- cgit v1.2.3