mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 15:34:28 +02:00
24 lines
853 B
Text
24 lines
853 B
Text
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=freeswitch-sounds-pt-br-karina-8000
|
|
_realname=freeswitch-sounds-pt-BR-karina-8000
|
|
pkgver=1.0.51
|
|
pkgrel=5
|
|
pkgdesc="Sounds for freeswitch Brazilian Portuguese"
|
|
url="https://files.freeswitch.org/"
|
|
arch="noarch"
|
|
license="MPL-1.1"
|
|
options="!check"
|
|
source="https://files.freeswitch.org/releases/sounds/$_realname-$pkgver.tar.gz"
|
|
_sounds=/usr/share/freeswitch/sounds
|
|
provides="$_realname=$pkgver-r$pkgrel" # backwards compat
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/$_sounds/
|
|
cp -ra "$srcdir"/pt "$pkgdir"/$_sounds
|
|
chown -R root:root "$pkgdir"/$_sounds
|
|
}
|
|
|
|
sha512sums="
|
|
c15a80a879cb931fafc4e1cebf2d893fe492b4a87c92d3cbcf48aacc534c45e2be677c123c3683331f859defe266b28059d439cbcfb70329d99ec021e3670478 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz
|
|
"
|