aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
blob: b98df7cbb313500caead722fe8689c291efa9890 (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
25
26
27
28
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-en-us-callie-32000
pkgver=1.0.16
pkgrel=1
pkgdesc="Sounds for freeswitch English"
url="http://files.freeswitch.org/"
arch="noarch"
license="unknown"
depends=
makedepends=
install=
subpackages=
source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
_sounds=/usr/share/freeswitch/sounds

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"/$_sounds/
	cp -ra "$srcdir"/en "$pkgdir"/$_sounds
	chown -R root:root "$pkgdir"/$_sounds
}

sha512sums="cd3ee317bee173d785f3b2828243cb7d60fe7e3c041566e68417058257196e0123c72ed31444c80d9728d6b5daf0e6ef041751ae215b01a01295be469852d2c8  freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz"