aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-fr-ca-june-8000/APKBUILD
blob: 79fd57569a8f374542ad076bca3fc071c010a0f0 (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
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-fr-ca-june-8000
pkgver=1.0.51
pkgrel=0
pkgdesc="Sounds for freeswitch French"
url="http://files.freeswitch.org/"
arch="noarch"
license="unknown"
depends=
makedepends=
install=
subpackages=
source="http://files.freeswitch.org/releases/sounds/freeswitch-sounds-fr-ca-june-8000-$pkgver.tar.gz"
_sounds=/usr/share/freeswitch/sounds

build() {
	return 0
}

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

sha512sums="780ce9f7f644b91f7a589a96f3c8841fcd567ce71d68f1c016246501c52de4dfdba24da153101926482af715de500d2294c4d4ffa7d536debb66817f0625c63e  freeswitch-sounds-fr-ca-june-8000-1.0.51.tar.gz"