diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 07:00:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-02 07:28:56 +0000 |
commit | 2a990965097e7b6eff223f443fdc405ba7d75fc1 (patch) | |
tree | c3923abe3992902ee009fcb49f6714851b52273c /main/freeswitch-sounds-ru-RU-elena-32000 | |
parent | f43bc41424ac0f0cbcca4751b57072590fe1e57d (diff) | |
download | aports-2a990965097e7b6eff223f443fdc405ba7d75fc1.tar.bz2 aports-2a990965097e7b6eff223f443fdc405ba7d75fc1.tar.xz |
main/freeswitch-sounds-ru-RU-elena-32000: move sounds to /usr/share (ref #1395)
Diffstat (limited to 'main/freeswitch-sounds-ru-RU-elena-32000')
-rw-r--r-- | main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD b/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD index 3d60268946..99b5af9717 100644 --- a/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD +++ b/main/freeswitch-sounds-ru-RU-elena-32000/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=freeswitch-sounds-ru-RU-elena-32000 pkgver=1.0.12 -pkgrel=0 +pkgrel=1 pkgdesc="Sounds for freeswitch English" url="http://files.freeswitch.org/" arch="noarch" @@ -11,15 +11,16 @@ makedepends= install= subpackages= source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz" +_sounds=/usr/share/freeswitch/sounds build() { return 0 } package() { - mkdir -p "$pkgdir"/usr/sounds/ - cp -ra "$srcdir"/ru "$pkgdir"/usr/sounds - chown -R root:root "$pkgdir"/usr/sounds + mkdir -p "$pkgdir"/$_sounds/ + cp -ra "$srcdir"/ru "$pkgdir"/$_sounds + chown -R root:root "$pkgdir"/$_sounds } md5sums="827af236dd34faff857d7aefb169e196 freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz" |