blob: dd7a9c85517b1696524872355e361d76e22e8c10 (
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
26
27
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-en-us-callie-8000
pkgver=1.0.16
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"
_builddir="$srcdir"/$pkgname-$pkgver
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/en "$pkgdir"/usr/sounds
chown -R root:root "$pkgdir"/usr/sounds
}
md5sums="bde0883eb75fe06f39bde11f50a1f858 freeswitch-sounds-en-us-callie-8000-1.0.16.tar.gz"
|