mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
29 lines
806 B
Plaintext
29 lines
806 B
Plaintext
# 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
|
|
}
|
|
|
|
sha512sums="5cc6727aff2161e302c8826b5f97550272a3cdacd2a1922234338c1b7de530a67d1d49faadeb28b5cef5c15fef43568cb05199d81133be4d30a9824c72d2b6da freeswitch-sounds-fr-fr-sibylle-8000-0.1.3.tar.gz"
|