mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
21 lines
687 B
Text
21 lines
687 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-ru-RU-elena-8000
|
|
pkgver=1.0.12
|
|
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-ru-RU-elena-8000-$pkgver.tar.gz"
|
|
_sounds=/usr/share/freeswitch/sounds
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/$_sounds/
|
|
cp -ra "$srcdir"/ru "$pkgdir"/$_sounds
|
|
chown -R root:root "$pkgdir"/$_sounds
|
|
}
|
|
|
|
sha512sums="
|
|
0a4a8b073224825fe65b8641349d8a13dbc1d665054b74d8ee034901c1542308a66b995eda4cfbcbf9d953ebd9957b54a16f6844b14694b2e55245bab631cfc0 freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
|
|
"
|