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

_builddir="$srcdir"/$pkgname-$pkgver

build() {
	return 0
}

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

md5sums="0ed4eb9490da742821d6241e87b125b5  freeswitch-sounds-en-us-callie-8000-1.0.13.tar.gz"