aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-en-us-callie-8000
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-02 06:57:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-02 11:09:49 +0000
commit74f7f821daccfdb349f598b841822ca5185e7760 (patch)
tree28a58a46877e145a97fd732daa169385554092e8 /main/freeswitch-sounds-en-us-callie-8000
parentcea70a1004965c4ce4bbcb219128b3a222bfe748 (diff)
downloadaports-74f7f821daccfdb349f598b841822ca5185e7760.tar.bz2
aports-74f7f821daccfdb349f598b841822ca5185e7760.tar.xz
main/freeswitch-sounds-en-us-callie-8000: move sounds to /usr/share (ref #1395)
(cherry picked from commit 347a7dddc6a5e08a418c41c95ac1ed48f5d3dfce)
Diffstat (limited to 'main/freeswitch-sounds-en-us-callie-8000')
-rw-r--r--main/freeswitch-sounds-en-us-callie-8000/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
index dd7a9c8551..829b1b9a7f 100644
--- a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
+++ b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-en-us-callie-8000
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="bde0883eb75fe06f39bde11f50a1f858 freeswitch-sounds-en-us-callie-8000-1.0.16.tar.gz"