summaryrefslogtreecommitdiffstats
path: root/testing/freeswitch-sounds-fr-fr-sibylle-8000
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-11-09 12:10:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-11-09 12:10:34 +0000
commitad04f9749c72c96a2941fa69cde38266ed67cd12 (patch)
tree40b78965d1c4090f4c9fc2e7270eb1a86bace84b /testing/freeswitch-sounds-fr-fr-sibylle-8000
parentc300b6ea3630232e3f016c03e0a331462fc7556d (diff)
downloadaports-ad04f9749c72c96a2941fa69cde38266ed67cd12.tar.bz2
aports-ad04f9749c72c96a2941fa69cde38266ed67cd12.tar.xz
testing/freeswitch-sounds-fr-fr-sibylle-8000
Sounds for freeswitch French" http://www.archive.org/details/FrenchAudioFilesForFreeswitch See also: http://jira.freeswitch.org/browse/FS-2213
Diffstat (limited to 'testing/freeswitch-sounds-fr-fr-sibylle-8000')
-rw-r--r--testing/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD27
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD b/testing/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD
new file mode 100644
index 000000000..104ecfad3
--- /dev/null
+++ b/testing/freeswitch-sounds-fr-fr-sibylle-8000/APKBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=freeswitch-sounds-fr-fr-sibylle-8000
+pkgver=0.1.3
+pkgrel=0
+pkgdesc="Sounds for freeswitch French"
+url="http://www.archive.org/details/FrenchAudioFilesForFreeswitch"
+license="CC-3.0"
+depends=
+makedepends=
+install=
+subpackages=
+
+source="http://www.archive.org/download/FrenchAudioFilesForFreeswitch/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz"
+
+_builddir="$srcdir"/$pkgname-$pkgver
+
+build() {
+ return 0
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/sounds/
+ cp -ra "$srcdir"/fr "$pkgdir"/usr/sounds
+ chown -R root:root "$pkgdir"/usr/sounds
+}
+
+md5sums="b23cf14c59fcbe1a2cce1925d3546204 freeswitch-sounds-fr-fr-sibylle-8000-0.1.3.tar.gz"