mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
21 lines
673 B
Text
21 lines
673 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-music-32000
|
|
pkgver=1.0.8
|
|
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-music-32000-$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="
|
|
b860ce3585a36406d1488e8ec58c8a7cb3b8432592b6efd6cce2b5878df5ab4068f4666c2481c0c778b0967dc8c49ad91578bbec6db3a9c9cade14cf878d6316 freeswitch-sounds-music-32000-1.0.8.tar.gz
|
|
"
|