blob: 4bf869bb14cdd804219cf95f0c62d404a2abdac9 (
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
|
# Contributor:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-es-mx-maria-44100
pkgver="0"
pkgrel=0
pkgdesc="Sounds for freeswitch Spanish"
url="http://files.freeswitch.org/"
arch="x86 x86_64"
license="unknown"
depends=
makedepends=
install=
subpackages=
source="http://files.freeswitch.org/freeswitch-sounds-es-mx-maria-44100.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/ "$pkgdir"/usr/sounds
}
md5sums="a83a2e994741e4085016873d2d1c69a4 freeswitch-sounds-es-mx-maria-44100.tar.gz"
|