mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
21 lines
661 B
Text
21 lines
661 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-music-8000
|
|
pkgver=1.0.8
|
|
pkgrel=3
|
|
pkgdesc="Music for freeswitch"
|
|
url="https://files.freeswitch.org/"
|
|
arch="noarch"
|
|
license="MPL-1.1"
|
|
options="!check"
|
|
source="https://files.freeswitch.org/freeswitch-sounds-music-8000-$pkgver.tar.gz"
|
|
_sounds=/usr/share/freeswitch/sounds
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/$_sounds/
|
|
cp -ra "$srcdir"/music "$pkgdir"/$_sounds
|
|
chown -R root:root "$pkgdir"/$_sounds
|
|
}
|
|
|
|
sha512sums="
|
|
43dab1180aba6be5325628d40d1c254eaee40246a47e1b9536051928fe84f3d9c70574432390a43f09adcdc334c69f7c77d12b4e4520404d0ae874b032f6a740 freeswitch-sounds-music-8000-1.0.8.tar.gz
|
|
"
|