# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-ru-RU-elena-8000
pkgver=1.0.12
pkgrel=1
pkgdesc="Sounds for freeswitch English"
url="http://files.freeswitch.org/"
arch="noarch"
license="unknown"
depends=
makedepends=
install=
subpackages=
source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz"
_sounds=/usr/share/freeswitch/sounds

build() {
	return 0
}

package() {
	mkdir -p "$pkgdir"/$_sounds/
	cp -ra "$srcdir"/ru "$pkgdir"/$_sounds
	chown -R root:root "$pkgdir"/$_sounds
}

md5sums="f2f94b605ecc05300883703af92a32b3  freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz"