summaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-music-8000
diff options
context:
space:
mode:
authorCameron Banta <cbanta@gmail.com>2011-05-28 01:56:46 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-01 10:56:14 +0000
commitc4ebf0f12ee500016776e1462e4c685b54f8a796 (patch)
treef28eba61143cc164c71c97ec4921118e6f1f27a5 /main/freeswitch-sounds-music-8000
parent1c7f18784be78d77e7f57bfc5dbe4ef640105741 (diff)
downloadaports-c4ebf0f12ee500016776e1462e4c685b54f8a796.tar.bz2
aports-c4ebf0f12ee500016776e1462e4c685b54f8a796.tar.xz
main/freeswitch-sounds-music-8000: new package
Diffstat (limited to 'main/freeswitch-sounds-music-8000')
-rw-r--r--main/freeswitch-sounds-music-8000/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-music-8000/APKBUILD b/main/freeswitch-sounds-music-8000/APKBUILD
new file mode 100644
index 000000000..7f57a5bf6
--- /dev/null
+++ b/main/freeswitch-sounds-music-8000/APKBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=freeswitch-sounds-music-8000
+pkgver=1.0.8
+pkgrel=0
+pkgdesc="Music for freeswitch"
+url="http://files.freeswitch.org/"
+arch="noarch"
+license="unknown"
+depends=
+makedepends=
+install=
+subpackages=
+source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz"
+
+_builddir="$srcdir"/$pkgname-$pkgver
+
+build() {
+ return 0
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/sounds/
+ cp -ra "$srcdir"/music "$pkgdir"/usr/sounds
+ chown -R root:root "$pkgdir"/usr/sounds
+}
+
+md5sums="f63ef3cc3507af079ae5c7b8b8a01e42 freeswitch-sounds-music-8000-1.0.8.tar.gz"