aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch-sounds-en-us-callie-32000/APKBUILD')
-rw-r--r--main/freeswitch-sounds-en-us-callie-32000/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/freeswitch-sounds-en-us-callie-32000/APKBUILD b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
index fb0409f3376..863b0e534c2 100644
--- a/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
+++ b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-en-us-callie-32000
pkgver=1.0.16
-pkgrel=0
+pkgrel=1
pkgdesc="Sounds for freeswitch English"
url="http://files.freeswitch.org/"
arch="noarch"
@@ -13,15 +13,16 @@ 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"/usr/sounds/
- cp -ra "$srcdir"/en "$pkgdir"/usr/sounds
- chown -R root:root "$pkgdir"/usr/sounds
+ mkdir -p "$pkgdir"/$_sounds/
+ cp -ra "$srcdir"/en "$pkgdir"/$_sounds
+ chown -R root:root "$pkgdir"/$_sounds
}
md5sums="d508c4725e1600dd8520b99ae9ed89e8 freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz"