blob: 3d602689463a5e1be7037da2ff9853733d8ed6de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-ru-RU-elena-32000
pkgver=1.0.12
pkgrel=0
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"
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/ru "$pkgdir"/usr/sounds
chown -R root:root "$pkgdir"/usr/sounds
}
md5sums="827af236dd34faff857d7aefb169e196 freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz"
|