diff options
author | Alan Lacerda <alancordeiro@gmail.com> | 2015-07-06 16:24:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-07 14:27:52 +0000 |
commit | 9485fcd2d360167cc28ae121e9840d48c7547681 (patch) | |
tree | a474344a2f010df61410d99bbee513c662362545 /testing | |
parent | c1ee7a6e6d21447788c7512e7197d49ebfbc3096 (diff) | |
download | aports-9485fcd2d360167cc28ae121e9840d48c7547681.tar.bz2 aports-9485fcd2d360167cc28ae121e9840d48c7547681.tar.xz |
main/freeswitch-sounds-pt-br-karina-8000: move from testing
fix #4422
Diffstat (limited to 'testing')
-rw-r--r-- | testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD b/testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD deleted file mode 100644 index b05f144f94..0000000000 --- a/testing/freeswitch-sounds-pt-br-karina-8000/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Alan Lacerda <alacerda@alpinelinux.org> -# Maintainer: -pkgname=freeswitch-sounds-pt-BR-karina-8000 -pkgver=1.0.51 -pkgrel=1 -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 - -build() { - return 0 -} - -package() { - mkdir -p "$pkgdir"/$_sounds/ - cp -ra "$srcdir"/pt "$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" |