From 59c22fa03b58ac1efe070f22e6054ee2dc4662ca Mon Sep 17 00:00:00 2001 From: Alan Lacerda Date: Thu, 2 Jul 2015 17:20:12 +0000 Subject: testing/freeswitch-sounds-pt-br-karina-8000: new aport ref #4422 --- .../freeswitch-sounds-pt-br-karina-8000/APKBUILD | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD diff --git a/testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD b/testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD new file mode 100644 index 0000000000..ce7a908e75 --- /dev/null +++ b/testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD @@ -0,0 +1,38 @@ +# Contributor: Alan Lacerda +# Maintainer: +pkgname=freeswitch-sounds-pt-BR-karina-8000 +pkgver=1.0.51 +pkgrel=0 +pkgdesc="Sounds for freeswitch Brazilian Portuguese" +url="http://files.freeswitch.org/" +arch="noarch" +license="unknown" +depends="" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source="http://files.freeswitch.org/releases/sounds/$pkgname-$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver +_sounds=/usr/share/freeswitch/sounds + +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +package() { + mkdir -p "$pkgdir"/$_sounds/ + cp -ra "$srcdir"/en "$pkgdir"/$_sounds + chown -R root:root "$pkgdir"/$_sounds +} + +md5sums="89d58d562f0238499a0b51faa1448163 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz" +sha256sums="ba9b5d7f97675c560823a6f94804a6716dac66efe203dd1779952518c3944a77 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz" +sha512sums="c15a80a879cb931fafc4e1cebf2d893fe492b4a87c92d3cbcf48aacc534c45e2be677c123c3683331f859defe266b28059d439cbcfb70329d99ec021e3670478 freeswitch-sounds-pt-BR-karina-8000-1.0.51.tar.gz" -- cgit v1.2.3