summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD')
-rw-r--r--testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD
new file mode 100644
index 00000000000..7e5afb1189b
--- /dev/null
+++ b/testing/freeswitch-sounds-es-mx-maria-44100/APKBUILD
@@ -0,0 +1,27 @@
+# Contributor:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=freeswitch-sounds-es-mx-maria-44100
+pkgver="0"
+pkgrel=0
+pkgdesc="Sounds for freeswitch Spanish"
+url="http://files.freeswitch.org/"
+arch="all"
+license="unknown"
+depends=
+makedepends=
+install=
+subpackages=
+source="http://files.freeswitch.org/freeswitch-sounds-es-mx-maria-44100.tar.gz"
+
+_builddir="$srcdir"/$pkgname-$pkgver
+
+build() {
+ return 0
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/sounds/
+ cp -ra "$srcdir"/ "$pkgdir"/usr/sounds
+}
+
+md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz"