main/freeswitch*: declare !check

This commit is contained in:
J0WI 2023-05-05 17:18:24 +02:00 committed by alice
parent f88c19c52b
commit dd5ef81fc1
11 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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() {

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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