summaryrefslogtreecommitdiff
path: root/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD
blob: 772d6e47c4c0e8ce1208e1a248f77f56ceb34023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-ru-RU-elena-32000
pkgver=1.0.12
pkgrel=2
pkgdesc="Sounds for freeswitch English"
url="https://files.freeswitch.org/"
arch="noarch"
license="unknown"
source="https://files.freeswitch.org/$pkgname-$pkgver.tar.gz"
_sounds=/usr/share/freeswitch/sounds

build() {
	return 0
}

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
"