mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/freeswitch-sounds-ru-RU-elena-8000: new package
This commit is contained in:
parent
0ec35cb580
commit
fc87e1318f
25
main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD
Normal file
25
main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=freeswitch-sounds-ru-RU-elena-8000
|
||||
pkgver=1.0.12
|
||||
pkgrel=0
|
||||
pkgdesc="Sounds for freeswitch English"
|
||||
url="http://files.freeswitch.org/"
|
||||
arch="noarch"
|
||||
license="unknown"
|
||||
depends=
|
||||
makedepends=
|
||||
install=
|
||||
subpackages=
|
||||
source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/sounds/
|
||||
cp -ra "$srcdir"/ru "$pkgdir"/usr/sounds
|
||||
chown -R root:root "$pkgdir"/usr/sounds
|
||||
}
|
||||
|
||||
md5sums="f2f94b605ecc05300883703af92a32b3 freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user