mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/freeswitch-sounds-fr-ca-june: new aport
Sounds for freeswitch French http://files.freeswitch.org/
This commit is contained in:
parent
648efa9391
commit
ff85d58f98
28
testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD
Normal file
28
testing/freeswitch-sounds-fr-ca-june-8000/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=freeswitch-sounds-fr-ca-june-8000
|
||||
pkgver=1.0.18
|
||||
pkgrel=0
|
||||
pkgdesc="Sounds for freeswitch French"
|
||||
url="http://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="unknown"
|
||||
depends=
|
||||
makedepends=
|
||||
install=
|
||||
subpackages=
|
||||
source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz"
|
||||
_sounds=/usr/share/freeswitch/sounds
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/$_sounds/
|
||||
cp -ra "$srcdir"/fr "$pkgdir"/$_sounds
|
||||
chown -R root:root "$pkgdir"/$_sounds
|
||||
}
|
||||
|
||||
md5sums="95109a111cd641357c8c736e38fa1ea1 freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz"
|
||||
sha256sums="f7fd5c84ff9b1c1929167a4b33f38d6770a44c5bcad4e5f96b86e3165bfd05d4 freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz"
|
||||
sha512sums="82640dda13288d911b21fd1beb83f08d5a8497d35e2cdb6438c072bdf81981b1836f91be098cfeb42eb10278170a923cfa120113e8d6329bc94742a1b184396b freeswitch-sounds-fr-ca-june-8000-1.0.18.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user