diff options
author | Alan Lacerda <alacerda@alpinelinux.org> | 2015-07-02 17:20:12 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-02 23:33:51 +0200 |
commit | 59c22fa03b58ac1efe070f22e6054ee2dc4662ca (patch) | |
tree | 542b570e3925aa69d02a2a915344e8941bae9f41 /testing | |
parent | fc90ff756dd74ef9e10b04a0e0ae329539af5ca2 (diff) | |
download | aports-59c22fa03b58ac1efe070f22e6054ee2dc4662ca.tar.bz2 aports-59c22fa03b58ac1efe070f22e6054ee2dc4662ca.tar.xz |
testing/freeswitch-sounds-pt-br-karina-8000: new aport
ref #4422
Diffstat (limited to 'testing')
-rw-r--r-- | testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD | 38 |
1 files changed, 38 insertions, 0 deletions
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 <alacerda@alpinelinux.org> +# 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" |