mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
21 lines
690 B
Text
21 lines
690 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-ru-RU-elena-32000
|
|
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-32000-$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="
|
|
3768462f69ddc56949fc574e6572c88083394046c9d6b79ed65a499f8ca795bbf568ab1d31724d59eef5423843cb75693be664f8736cda9b4391d55a18294c45 freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
|
|
"
|