asterisk-extra-sounds-en-ulaw: Initial commit

This commit is contained in:
Alan Mizrahi 2013-09-30 22:21:55 +09:00
parent e617084c17
commit 050cc41ff4
3 changed files with 1430 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
e62144b58114e52700abdc67fb7397c4 asterisk-extra-sounds-en-ulaw-1.4.13.tar.gz

View File

@ -0,0 +1,15 @@
# Description: Asterisk extra sounds
# URL: http://www.asterisk.org
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: asterisk
name=asterisk-extra-sounds-en-ulaw
version=1.4.13
release=1
source=(http://downloads.digium.com/pub/telephony/sounds/releases/$name-$version.tar.gz)
build () {
mkdir -p $PKG/var/lib/asterisk/sounds
rm {CHANGES,CREDITS,LICENSE}-asterisk-extra-en-$version extra-sounds-en.txt
mv $SRC/* $PKG/var/lib/asterisk/sounds
}