aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-music-32000
diff options
context:
space:
mode:
authorCameron Banta <cbanta@gmail.com>2011-05-28 01:56:47 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-01 10:56:14 +0000
commitb0a8fe28b8bdecf719b27e9ab8efc6eb2bf16fcb (patch)
tree34143eac0aa1d245ba66ebad285220b0517b40c5 /main/freeswitch-sounds-music-32000
parentc4ebf0f12ee500016776e1462e4c685b54f8a796 (diff)
downloadaports-b0a8fe28b8bdecf719b27e9ab8efc6eb2bf16fcb.tar.bz2
aports-b0a8fe28b8bdecf719b27e9ab8efc6eb2bf16fcb.tar.xz
main/freeswitch-sounds-music-32000: new package
Diffstat (limited to 'main/freeswitch-sounds-music-32000')
-rw-r--r--main/freeswitch-sounds-music-32000/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-music-32000/APKBUILD b/main/freeswitch-sounds-music-32000/APKBUILD
new file mode 100644
index 0000000000..2293c096f7
--- /dev/null
+++ b/main/freeswitch-sounds-music-32000/APKBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=freeswitch-sounds-music-32000
+pkgver=1.0.8
+pkgrel=0
+pkgdesc="Sounds for freeswitch English"
+url="http://files.freeswitch.org/"
+arch="noarch"
+license="unknown"
+depends=
+makedepends=
+install=
+subpackages=
+source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz"
+
+build() {
+ return 0
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/sounds/
+ cp -ra "$srcdir"/music "$pkgdir"/usr/sounds
+ chown -R root:root "$pkgdir"/usr/sounds
+}
+
+md5sums="7e03932ea81b8d0bf6d686f838b060b4 freeswitch-sounds-music-32000-1.0.8.tar.gz"