contrib/asterisk-core-sounds-en-ulaw/Pkgfile
Alan Mizrahi 7c3bf2bed7 asterisk: Updated to 1.4.21.2
Fixed choppy gsm transcoding issue with GCC 4.2
Now there is a separate package for sound files
2008-07-26 12:02:12 -04:30

16 lines
441 B
Plaintext

# Description: Asterisk core sounds
# URL: http://www.asterisk.org
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: asterisk
name=asterisk-core-sounds-en-ulaw
version=1.4.9
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}-asterisk-core-en-$version
mv $SRC/* $PKG/var/lib/asterisk/sounds
}