summaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-music-32000/APKBUILD
blob: 2293c096f7f75b7f0d09a4027f455c27e028d3d1 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-music-32000
pkgver=1.0.8
pkgrel=0
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"

build() {
	return 0
}

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

md5sums="7e03932ea81b8d0bf6d686f838b060b4  freeswitch-sounds-music-32000-1.0.8.tar.gz"