aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Lacerda <alancordeiro@gmail.com>2015-07-06 16:24:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-07 14:29:10 +0000
commit1037e75ccb55065e99100d248ca2aed26c1cc12c (patch)
treedce17ea597379b3cec1d38454b138e5ead232eb2
parenta7cd05c24e19250420da81b72e89a4abf367b785 (diff)
downloadalpine_aports-1037e75ccb55065e99100d248ca2aed26c1cc12c.tar.bz2
alpine_aports-1037e75ccb55065e99100d248ca2aed26c1cc12c.tar.xz
alpine_aports-1037e75ccb55065e99100d248ca2aed26c1cc12c.zip
main/freeswitch-sounds-pt-br-karina-8000: move from testing
fixes #4422 (cherry picked from commit 9485fcd2d360167cc28ae121e9840d48c7547681)
-rw-r--r--main/freeswitch-sounds-pt-br-karina-8000/APKBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-pt-br-karina-8000/APKBUILD b/main/freeswitch-sounds-pt-br-karina-8000/APKBUILD
new file mode 100644
index 0000000000..b05f144f94
--- /dev/null
+++ b/main/freeswitch-sounds-pt-br-karina-8000/APKBUILD
@@ -0,0 +1,32 @@
1# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
2# Maintainer:
3pkgname=freeswitch-sounds-pt-BR-karina-8000
4pkgver=1.0.51
5pkgrel=1
6pkgdesc="Sounds for freeswitch Brazilian Portuguese"
7url="http://files.freeswitch.org/"
8arch="noarch"
9license="unknown"
10depends=""
11depends_dev=""
12makedepends="$depends_dev"
13install=""
14subpackages=""
15source="http://files.freeswitch.org/releases/sounds/$pkgname-$pkgver.tar.gz"
16
17_builddir="$srcdir"/$pkgname-$pkgver
18_sounds=/usr/share/freeswitch/sounds
19
20build() {
21 return 0
22}
23
24package() {
25 mkdir -p "$pkgdir"/$_sounds/
26 cp -ra "$srcdir"/pt "$pkgdir"/$_sounds
27 chown -R root:root "$pkgdir"/$_sounds
28}
29
30md5sums="89d58d562f0238499a0b51faa1448163 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz"
31sha256sums="ba9b5d7f97675c560823a6f94804a6716dac66efe203dd1779952518c3944a77 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz"
32sha512sums="c15a80a879cb931fafc4e1cebf2d893fe492b4a87c92d3cbcf48aacc534c45e2be677c123c3683331f859defe266b28059d439cbcfb70329d99ec021e3670478 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz"