From df98aafaf6844613275bbbcd1b26e839902fa038 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 14 Jul 2010 14:53:20 +0000 Subject: main/freeswitch-sounds-en-us-callie-8000: new aport --- main/freeswitch-sounds-en-us-callie-8000/APKBUILD | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 main/freeswitch-sounds-en-us-callie-8000/APKBUILD 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 0000000000..5677355f01 --- /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" -- cgit v1.2.3