mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 05:36:38 +02:00
23 lines
928 B
Text
23 lines
928 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-fr-fr-sibylle-8000
|
|
pkgver=0.1.3
|
|
pkgrel=2
|
|
pkgdesc="Sounds for freeswitch French"
|
|
url="https://www.archive.org/details/FrenchAudioFilesForFreeswitch"
|
|
arch="all"
|
|
license="CC-BY-SA-3.0"
|
|
options="!check"
|
|
# upstream temporarily returns 503
|
|
#source="https://www.archive.org/download/FrenchAudioFilesForFreeswitch/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz"
|
|
source="https://dev.alpinelinux.org/archive/freeswitch-sounds-fr-fr-sibylle-8000/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz"
|
|
_sounds=/usr/share/freeswitch/sounds
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/$_sounds/
|
|
cp -ra "$srcdir"/fr "$pkgdir"/$_sounds
|
|
chown -R root:root "$pkgdir"/$_sounds
|
|
}
|
|
|
|
sha512sums="
|
|
5cc6727aff2161e302c8826b5f97550272a3cdacd2a1922234338c1b7de530a67d1d49faadeb28b5cef5c15fef43568cb05199d81133be4d30a9824c72d2b6da freeswitch-sounds-fr-fr-sibylle-8000-0.1.3.tar.gz
|
|
"
|