summaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-en-us-callie-32000
diff options
context:
space:
mode:
Diffstat (limited to 'main/freeswitch-sounds-en-us-callie-32000')
-rw-r--r--main/freeswitch-sounds-en-us-callie-32000/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-en-us-callie-32000/APKBUILD b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
new file mode 100644
index 000000000..fb0409f33
--- /dev/null
+++ b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=freeswitch-sounds-en-us-callie-32000
+pkgver=1.0.16
+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"
+
+_builddir="$srcdir"/$pkgname-$pkgver
+
+build() {
+ return 0
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/sounds/
+ cp -ra "$srcdir"/en "$pkgdir"/usr/sounds
+ chown -R root:root "$pkgdir"/usr/sounds
+}
+
+md5sums="d508c4725e1600dd8520b99ae9ed89e8 freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz"