aboutsummaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-ru-RU-elena-8000
diff options
context:
space:
mode:
authorCameron Banta <cbanta@gmail.com>2011-05-28 01:56:44 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-01 10:56:14 +0000
commitfc87e1318fa046922f34100efdb59f03f56d7a63 (patch)
tree6c24f353c19dadec432d032e952b8b410aac2814 /main/freeswitch-sounds-ru-RU-elena-8000
parent0ec35cb580c8ed28b14e4d47ef2da0a5caac2261 (diff)
downloadaports-fc87e1318fa046922f34100efdb59f03f56d7a63.tar.bz2
aports-fc87e1318fa046922f34100efdb59f03f56d7a63.tar.xz
main/freeswitch-sounds-ru-RU-elena-8000: new package
Diffstat (limited to 'main/freeswitch-sounds-ru-RU-elena-8000')
-rw-r--r--main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD b/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD
new file mode 100644
index 0000000000..d62e75c970
--- /dev/null
+++ b/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+pkgname=freeswitch-sounds-ru-RU-elena-8000
+pkgver=1.0.12
+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"/ru "$pkgdir"/usr/sounds
+ chown -R root:root "$pkgdir"/usr/sounds
+}
+
+md5sums="f2f94b605ecc05300883703af92a32b3 freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz"