mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 09:44:15 +02:00
21 lines
690 B
Text
21 lines
690 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-en-us-callie-8000
|
|
pkgver=1.0.51
|
|
pkgrel=2
|
|
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
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/$_sounds/
|
|
cp -ra "$srcdir"/en "$pkgdir"/$_sounds
|
|
chown -R root:root "$pkgdir"/$_sounds
|
|
}
|
|
|
|
sha512sums="
|
|
87fa8ab1f969c7c930d9f7ccde3df38edbdccf253d8415ef92c2049279368742f12e8c8ede0a9c106b9d20c3f1faacb030d6cbb2efbd63449c0d6cd35aed0ba2 freeswitch-sounds-en-us-callie-8000-1.0.51.tar.gz
|
|
"
|