mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
21 lines
693 B
Text
21 lines
693 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-en-us-callie-32000
|
|
pkgver=1.0.16
|
|
pkgrel=3
|
|
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
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/$_sounds/
|
|
cp -ra "$srcdir"/en "$pkgdir"/$_sounds
|
|
chown -R root:root "$pkgdir"/$_sounds
|
|
}
|
|
|
|
sha512sums="
|
|
cd3ee317bee173d785f3b2828243cb7d60fe7e3c041566e68417058257196e0123c72ed31444c80d9728d6b5daf0e6ef041751ae215b01a01295be469852d2c8 freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz
|
|
"
|