aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-pt-br-karina-8000/APKBUILD
blob: d3fe1f724c536ef77f6c2fa314b68850d846e4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
provides="$_realname" # backwards compat
pkgver=1.0.51
pkgrel=2
pkgdesc="Sounds for freeswitch Brazilian Portuguese"
url="http://files.freeswitch.org/"
arch="noarch"
license="unknown"
source="http://files.freeswitch.org/releases/sounds/$_realname-$pkgver.tar.gz"

_sounds=/usr/share/freeswitch/sounds

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"