mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/freeswitch*: declare !check
This commit is contained in:
parent
f88c19c52b
commit
dd5ef81fc1
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch English"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-en-us-callie-32000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch English"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -7,6 +7,7 @@ pkgdesc="Sounds for freeswitch Spanish"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-es-mx-maria-44100.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch French"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/releases/sounds/freeswitch-sounds-fr-ca-june-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch French"
|
||||
url="https://www.archive.org/details/FrenchAudioFilesForFreeswitch"
|
||||
arch="all"
|
||||
license="CC-BY-SA-3.0"
|
||||
options="!check"
|
||||
source="https://www.archive.org/download/FrenchAudioFilesForFreeswitch/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch English"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-music-32000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Music for freeswitch"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-music-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -8,6 +8,7 @@ pkgdesc="Sounds for freeswitch Brazilian Portuguese"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/releases/sounds/$_realname-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
provides="$_realname=$pkgver-r$pkgrel" # backwards compat
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch English"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-ru-RU-elena-32000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ pkgdesc="Sounds for freeswitch English"
|
||||
url="https://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="MPL-1.1"
|
||||
options="!check"
|
||||
source="https://files.freeswitch.org/freeswitch-sounds-ru-RU-elena-8000-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
|
||||
@ -9,6 +9,7 @@ pkgdesc="A communications platform written in C from the ground up"
|
||||
url="https://www.freeswitch.org/"
|
||||
arch="all"
|
||||
license="MPL-1.1"
|
||||
options="!check" # fixme: failing tests
|
||||
makedepends="
|
||||
apr-dev
|
||||
autoconf
|
||||
@ -130,6 +131,10 @@ build() {
|
||||
sed -i s:-release::g build/freeswitch.pc
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make -j1 DESTDIR="$pkgdir" install samples-conf samples-htdocs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user