1 # Maintainer: Maskawanian <aur@cryingwolf.org>
5 pkgdesc="Script to convert any mplayer supported audio file to RAW suitable for Asterisk IVRs."
7 depends=('mplayer' 'sox')
9 url=('http://www.slello.com')
11 md5sums=(61fb0445348bd26c2e545d08db551b74)
14 mkdir -p ${pkgdir}/usr/bin || return 1
15 cp ${srcdir}/x2raw ${pkgdir}/usr/bin
16 chmod a+x ${pkgdir}/usr/bin/x2raw
17 chmod a+r ${pkgdir}/usr/bin/x2raw