blob: 64a18301aa010e4233b514d36d2c30575ac02ed4 (
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
28
|
# Contributor:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-music-8000
pkgver=1.0.8
pkgrel=0
pkgdesc="Sounds for freeswitch Music"
url="http://files.freeswitch.org/"
arch="all"
license="unknown"
depends=
makedepends=
install=
subpackages=
source="http://files.freeswitch.org/freeswitch-sounds-music-8000-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/ "$pkgdir"/usr/sounds
}
md5sums="f63ef3cc3507af079ae5c7b8b8a01e42 freeswitch-sounds-music-8000-$pkgver.tar.gz"
|