blob: 7ff6c24ab7c019b84c4116bf6518c0c21381517e (
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
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=freeswitch-sounds-fr-fr-sibylle-8000
pkgver=0.1.3
pkgrel=0
pkgdesc="Sounds for freeswitch French"
url="http://www.archive.org/details/FrenchAudioFilesForFreeswitch"
arch="all"
license="CC-3.0"
depends=
makedepends=
install=
subpackages=
source="http://www.archive.org/download/FrenchAudioFilesForFreeswitch/freeswitch-sounds-fr-fr-sibylle-8000-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/usr/sounds/
cp -ra "$srcdir"/fr "$pkgdir"/usr/sounds
chown -R root:root "$pkgdir"/usr/sounds
}
md5sums="b23cf14c59fcbe1a2cce1925d3546204 freeswitch-sounds-fr-fr-sibylle-8000-0.1.3.tar.gz"
|