summaryrefslogtreecommitdiffstats
path: root/main/freeswitch-sounds-en-us-callie-8000
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-14 14:53:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-14 14:53:20 +0000
commitdf98aafaf6844613275bbbcd1b26e839902fa038 (patch)
treee6a5adee5cca6d51adc778c0761dfc2c79977e9a /main/freeswitch-sounds-en-us-callie-8000
parentc84d3f1e4d033d7f6b71044d909ee805a1e07999 (diff)
downloadaports-df98aafaf6844613275bbbcd1b26e839902fa038.tar.bz2
aports-df98aafaf6844613275bbbcd1b26e839902fa038.tar.xz
main/freeswitch-sounds-en-us-callie-8000: new aport
Diffstat (limited to 'main/freeswitch-sounds-en-us-callie-8000')
-rw-r--r--main/freeswitch-sounds-en-us-callie-8000/APKBUILD26
1 files changed, 26 insertions, 0 deletions
diff --git a/main/freeswitch-sounds-en-us-callie-8000/APKBUILD b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
new file mode 100644
index 000000000..5677355f0
--- /dev/null
+++ b/main/freeswitch-sounds-en-us-callie-8000/APKBUILD
@@ -0,0 +1,26 @@
+# Contributor:
+# Maintainer:
+pkgname=freeswitch-sounds-en-us-callie-8000
+pkgver=1.0.13
+pkgrel=0
+pkgdesc="Sounds for freeswitch English"
+url="http://files.freeswitch.org/"
+license="unknown"
+depends=
+makedepends=
+install=
+subpackages=
+source="http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-$pkgver.tar.gz"
+
+_builddir="$srcdir"/$pkgname-$pkgver
+
+build() {
+ return 0
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/sounds/
+ cp -ra "$srcdir"/en "$pkgdir"/usr/sounds
+}
+
+md5sums="0ed4eb9490da742821d6241e87b125b5 freeswitch-sounds-en-us-callie-8000-1.0.13.tar.gz"